Html Css Color HEX #8467FF Light Slate Blue

📋 copy color: '#8467FF'

red 132 ◦ green 103 ◦ blue 255

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

Shades of Light Slate Blue #8467FF

Tints of Light Slate Blue #8467FF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.02%

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

R = 26.94%
G = 21.02%
B = 52.04%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8467FF (or 0x8467FF) is known color: Light Slate Blue. HEX triplet: 84, 67 and FF. RGB value is (132,103,255). Sum of RGB (Red+Green+Blue) = 132+103+255=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #8467FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8467FF is #7B9800. Grayscale: #808080. Windows color (decimal): -8099841 or 16738180. OLE color: 16738180.

HSL color Cylindrical-coordinate representation of color #8467FF: hue angle of 251.45º 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 #8467FF is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 103 255 -
CMYK 0.48 0.60 0 0
HSL 251.45º 1% 0.7% -
HSV(B) 251.45º 0.6% 1% -
XYZ 32.42 21.83 97.11 -
YUV 129 199.11 130.14 -
System Red Green Blue C M Y K H S L
Decimal 132 103 255 0.48 0.60 0 0 251.45 1 0.7
Hex 84 67 FF 30 3C 0 0 FB 64 46
Octal 204 147 377 60 74 0 0 373 144 106
Binary 10000100 1100111 11111111 110000 111100 0 0 11111011 1100100 1000110

Color Harmonies of #8467FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8467FF

Black with #8467FF

Text Example


Text Example

White with #8467FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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