Html Css Color HEX #8474FF Light Slate Blue

📋 copy color: '#8474FF'

red 132 ◦ green 116 ◦ blue 255

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

Shades of Light Slate Blue #8474FF

Tints of Light Slate Blue #8474FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.06%

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

R = 26.24%
G = 23.06%
B = 50.7%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8474FF (or 0x8474FF) is known color: Light Slate Blue. HEX triplet: 84, 74 and FF. RGB value is (132,116,255). Sum of RGB (Red+Green+Blue) = 132+116+255=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #8474FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8474FF is #7B8B00. Grayscale: #888888. Windows color (decimal): -8096513 or 16741508. OLE color: 16741508.

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

Color convert

RGB 132 116 255 -
CMYK 0.48 0.55 0 0
HSL 246.91º 1% 0.73% -
HSV(B) 246.91º 0.55% 1% -
XYZ 33.81 24.62 97.58 -
YUV 136.63 194.8 124.7 -
System Red Green Blue C M Y K H S L
Decimal 132 116 255 0.48 0.55 0 0 246.91 1 0.73
Hex 84 74 FF 30 37 0 0 F7 64 49
Octal 204 164 377 60 67 0 0 367 144 111
Binary 10000100 1110100 11111111 110000 110111 0 0 11110111 1100100 1001001

Color Harmonies of #8474FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8474FF

Black with #8474FF

Text Example


Text Example

White with #8474FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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