Html Css Color HEX #878AF3 Light Slate Blue

📋 copy color: '#878AF3'

red 135 ◦ green 138 ◦ blue 243

#878AF3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #878AF3

Tints of Light Slate Blue #878AF3

RGB

 RED value IS 135 (53.13% from 255) = 26.16%

 GREEN value IS 138 (54.3% from 255) = 26.74%

 BLUE value IS 243 (95.31% from 255) = 47.09%

R = 26.16%
G = 26.74%
B = 47.09%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#878AF3 (or 0x878AF3) is known color: Light Slate Blue. HEX triplet: 87, 8A and F3. RGB value is (135,138,243). Sum of RGB (Red+Green+Blue) = 135+138+243=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #878AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878AF3 is #78750C. Grayscale: #949494. Windows color (decimal): -7894285 or 15960711. OLE color: 15960711.

HSL color Cylindrical-coordinate representation of color #878AF3: hue angle of 238.33º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #878AF3 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 135 138 243 -
CMYK 0.44 0.43 0 0.05
HSL 238.33º 0.82% 0.74% -
HSV(B) 238.33º 0.44% 0.95% -
XYZ 35.26 29.8 88.69 -
YUV 149.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 135 138 243 0.44 0.43 0 0.05 238.33 0.82 0.74
Hex 87 8A F3 2C 2B 0 5 EE 52 4A
Octal 207 212 363 54 53 0 5 356 122 112
Binary 10000111 10001010 11110011 101100 101011 0 101 11101110 1010010 1001010

Color Harmonies of #878AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878AF3

Black with #878AF3

Text Example


Text Example

White with #878AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878AF3; }

 p { color: rgb(135,138,243); }

 H1.HeaderClassName
 {
   color: #878AF3;
 }
 .AnyTagClassName
 {
   color: #878AF3;
 }
</style>

background-color css

<style>
 a { background-color: #878AF3; }

 a { background-color: rgb(135,138,243); }

 div.DivClassName
 {
   background-color: #878AF3;
 }
 .BgClassName
 {
   background-color: #878AF3;
 }
</style>

border-color css

<style>
 span { border-color: #878AF3; }

 span { border-color: rgb(135,138,243); }

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