Html Css Color HEX #8474FA Light Slate Blue

📋 copy color: '#8474FA'

red 132 ◦ green 116 ◦ blue 250

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

Shades of Light Slate Blue #8474FA

Tints of Light Slate Blue #8474FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 26.51%
G = 23.29%
B = 50.2%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8474FA (or 0x8474FA) is known color: Light Slate Blue. HEX triplet: 84, 74 and FA. RGB value is (132,116,250). Sum of RGB (Red+Green+Blue) = 132+116+250=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #8474FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8474FA is #7B8B05. Grayscale: #878787. Windows color (decimal): -8096518 or 16413828. OLE color: 16413828.

HSL color Cylindrical-coordinate representation of color #8474FA: hue angle of 247.16º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8474FA is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 116 250 -
CMYK 0.47 0.54 0 0.02
HSL 247.16º 0.93% 0.72% -
HSV(B) 247.16º 0.54% 0.98% -
XYZ 33.02 24.3 93.39 -
YUV 136.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 132 116 250 0.47 0.54 0 0.02 247.16 0.93 0.72
Hex 84 74 FA 2F 36 0 2 F7 5D 48
Octal 204 164 372 57 66 0 2 367 135 110
Binary 10000100 1110100 11111010 101111 110110 0 10 11110111 1011101 1001000

Color Harmonies of #8474FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8474FA

Black with #8474FA

Text Example


Text Example

White with #8474FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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