Html Css Color HEX #8760FE Light Slate Blue

📋 copy color: '#8760FE'

red 135 ◦ green 96 ◦ blue 254

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

Shades of Light Slate Blue #8760FE

Tints of Light Slate Blue #8760FE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.79%

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

R = 27.84%
G = 19.79%
B = 52.37%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8760FE (or 0x8760FE) is known color: Light Slate Blue. HEX triplet: 87, 60 and FE. RGB value is (135,96,254). Sum of RGB (Red+Green+Blue) = 135+96+254=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #8760FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8760FE is #789F01. Grayscale: #7D7D7D. Windows color (decimal): -7905026 or 16670855. OLE color: 16670855.

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

Color convert

RGB 135 96 254 -
CMYK 0.47 0.62 0 0.00
HSL 254.81º 0.99% 0.69% -
HSV(B) 254.81º 0.62% 1% -
XYZ 32.06 20.67 96.07 -
YUV 125.67 200.42 134.65 -
System Red Green Blue C M Y K H S L
Decimal 135 96 254 0.47 0.62 0 0.00 254.81 0.99 0.69
Hex 87 60 FE 2F 3E 0 0 FF 63 45
Octal 207 140 376 57 76 0 0 377 143 105
Binary 10000111 1100000 11111110 101111 111110 0 0 11111111 1100011 1000101

Color Harmonies of #8760FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8760FE

Black with #8760FE

Text Example


Text Example

White with #8760FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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