Html Css Color HEX #8466FE Light Slate Blue

📋 copy color: '#8466FE'

red 132 ◦ green 102 ◦ blue 254

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

Shades of Light Slate Blue #8466FE

Tints of Light Slate Blue #8466FE

RGB

 RED value IS 132 (51.95% from 255) = 27.05%

 GREEN value IS 102 (40.23% from 255) = 20.9%

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

R = 27.05%
G = 20.9%
B = 52.05%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8466FE (or 0x8466FE) is known color: Light Slate Blue. HEX triplet: 84, 66 and FE. RGB value is (132,102,254). Sum of RGB (Red+Green+Blue) = 132+102+254=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #8466FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8466FE is #7B9901. Grayscale: #7F7F7F. Windows color (decimal): -8100098 or 16672388. OLE color: 16672388.

HSL color Cylindrical-coordinate representation of color #8466FE: hue angle of 251.84º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8466FE is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 132 102 254 -
CMYK 0.48 0.60 0 0.00
HSL 251.84º 0.99% 0.7% -
HSV(B) 251.84º 0.6% 1% -
XYZ 32.16 21.56 96.23 -
YUV 128.3 198.94 130.64 -
System Red Green Blue C M Y K H S L
Decimal 132 102 254 0.48 0.60 0 0.00 251.84 0.99 0.7
Hex 84 66 FE 30 3C 0 0 FC 63 46
Octal 204 146 376 60 74 0 0 374 143 106
Binary 10000100 1100110 11111110 110000 111100 0 0 11111100 1100011 1000110

Color Harmonies of #8466FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8466FE

Black with #8466FE

Text Example


Text Example

White with #8466FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,102,254); }

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

background-color css

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

 a { background-color: rgb(132,102,254); }

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

border-color css

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

 span { border-color: rgb(132,102,254); }

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