#7B85EF

Color #7B85EF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #7B85EF

Tints of Light Slate Blue #7B85EF

Color information

#7B85EF (or 0x7B85EF) is unknown color: approx Light Slate Blue. HEX triplet: 7B, 85 and EF. RGB value is (123,133,239). Sum of RGB (Red+Green+Blue) = 123+133+239=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B85EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B85EF is #847A10. Grayscale: #8D8D8D. Windows color (decimal): -8682001 or 15697275. OLE color: 15697275.

HSL color Cylindrical-coordinate representation of color #7B85EF: hue angle of 234.83º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B85EF is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123133239-
CMYK0.490.4400.06
HSL234.83º78.38%70.98%-
HSV(B)234.83º48.54%93.73%-
XYZ32.1427.2285.22-
YUV142.09182.69114.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 24.85%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 239 (93.75% from 255) = 48.28%
R=24.85%
G=26.87%
B=48.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1231332390.490.4400.06234.8378.3870.98
Hex7B85EF312C06eb4e47
Octal173205357615406353116107
Binary1111011100001011110111111000110110001101110101110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B85EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B85EF; }

 p { color: rgb(123,133,239); }

 H1.HeaderClassName
 {
   color: #7B85EF;
 }
 .AnyTagClassName
 {
   color: #7B85EF;
 }
</style>
background-color css

<style>
 a { background-color: #7B85EF; }

 a { background-color: rgb(123,133,239); }

 div.DivClassName
 {
   background-color: #7B85EF;
 }
 .BgClassName
 {
   background-color: #7B85EF;
 }
</style>
border-color css

<style>
 span { border-color: #7B85EF; }

 span { border-color: rgb(123,133,239); }

 td.TdClassName
 {
   border-color: #7B85EF;
 }
 .TagClassName
 {
   border-color: #7B85EF;
 }
</style>