Html Css Color HEX #8770FE Light Slate Blue

📋 copy color: '#8770FE'

red 135 ◦ green 112 ◦ blue 254

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

Shades of Light Slate Blue #8770FE

Tints of Light Slate Blue #8770FE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.36%

 BLUE value IS 254 (99.61% from 255) = 50.7%

R = 26.95%
G = 22.36%
B = 50.7%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8770FE (or 0x8770FE) is known color: Light Slate Blue. HEX triplet: 87, 70 and FE. RGB value is (135,112,254). Sum of RGB (Red+Green+Blue) = 135+112+254=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #8770FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8770FE is #788F01. Grayscale: #868686. Windows color (decimal): -7900930 or 16674951. OLE color: 16674951.

HSL color Cylindrical-coordinate representation of color #8770FE: hue angle of 249.72º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8770FE is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 135 112 254 -
CMYK 0.47 0.56 0 0.00
HSL 249.72º 0.99% 0.72% -
HSV(B) 249.72º 0.56% 1% -
XYZ 33.68 23.89 96.6 -
YUV 135.07 195.12 127.95 -
System Red Green Blue C M Y K H S L
Decimal 135 112 254 0.47 0.56 0 0.00 249.72 0.99 0.72
Hex 87 70 FE 2F 38 0 0 FA 63 48
Octal 207 160 376 57 70 0 0 372 143 110
Binary 10000111 1110000 11111110 101111 111000 0 0 11111010 1100011 1001000

Color Harmonies of #8770FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8770FE

Black with #8770FE

Text Example


Text Example

White with #8770FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8770FE; }

 p { color: rgb(135,112,254); }

 H1.HeaderClassName
 {
   color: #8770FE;
 }
 .AnyTagClassName
 {
   color: #8770FE;
 }
</style>

background-color css

<style>
 a { background-color: #8770FE; }

 a { background-color: rgb(135,112,254); }

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

border-color css

<style>
 span { border-color: #8770FE; }

 span { border-color: rgb(135,112,254); }

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