Html Css Color HEX #8778FA Light Slate Blue

📋 copy color: '#8778FA'

red 135 ◦ green 120 ◦ blue 250

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

Shades of Light Slate Blue #8778FA

Tints of Light Slate Blue #8778FA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.76%

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 26.73%
G = 23.76%
B = 49.5%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8778FA (or 0x8778FA) is known color: Light Slate Blue. HEX triplet: 87, 78 and FA. RGB value is (135,120,250). Sum of RGB (Red+Green+Blue) = 135+120+250=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #8778FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8778FA is #788705. Grayscale: #8A8A8A. Windows color (decimal): -7898886 or 16414855. OLE color: 16414855.

HSL color Cylindrical-coordinate representation of color #8778FA: hue angle of 246.92º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8778FA is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 120 250 -
CMYK 0.46 0.52 0 0.02
HSL 246.92º 0.93% 0.73% -
HSV(B) 246.92º 0.52% 0.98% -
XYZ 33.96 25.49 93.57 -
YUV 139.31 190.47 124.93 -
System Red Green Blue C M Y K H S L
Decimal 135 120 250 0.46 0.52 0 0.02 246.92 0.93 0.73
Hex 87 78 FA 2E 34 0 2 F7 5D 49
Octal 207 170 372 56 64 0 2 367 135 111
Binary 10000111 1111000 11111010 101110 110100 0 10 11110111 1011101 1001001

Color Harmonies of #8778FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8778FA

Black with #8778FA

Text Example


Text Example

White with #8778FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8778FA; }

 p { color: rgb(135,120,250); }

 H1.HeaderClassName
 {
   color: #8778FA;
 }
 .AnyTagClassName
 {
   color: #8778FA;
 }
</style>

background-color css

<style>
 a { background-color: #8778FA; }

 a { background-color: rgb(135,120,250); }

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

border-color css

<style>
 span { border-color: #8778FA; }

 span { border-color: rgb(135,120,250); }

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