Html Css Color HEX #8466FF Light Slate Blue

📋 copy color: '#8466FF'

red 132 ◦ green 102 ◦ blue 255

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

Shades of Light Slate Blue #8466FF

Tints of Light Slate Blue #8466FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.15%

R = 26.99%
G = 20.86%
B = 52.15%

CMYK

 C value IS 0.48

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8466FF (or 0x8466FF) is known color: Light Slate Blue. HEX triplet: 84, 66 and FF. RGB value is (132,102,255). Sum of RGB (Red+Green+Blue) = 132+102+255=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #8466FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8466FF is #7B9900. Grayscale: #7F7F7F. Windows color (decimal): -8100097 or 16737924. OLE color: 16737924.

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

Color convert

RGB 132 102 255 -
CMYK 0.48 0.6 0 0
HSL 251.76º 1% 0.7% -
HSV(B) 251.76º 0.6% 1% -
XYZ 32.32 21.63 97.08 -
YUV 128.41 199.44 130.56 -
System Red Green Blue C M Y K H S L
Decimal 132 102 255 0.48 0.6 0 0 251.76 1 0.7
Hex 84 66 FF 30 3C 0 0 FC 64 46
Octal 204 146 377 60 74 0 0 374 144 106
Binary 10000100 1100110 11111111 110000 111100 0 0 11111100 1100100 1000110

Color Harmonies of #8466FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8466FF

Black with #8466FF

Text Example


Text Example

White with #8466FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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