Html Css Color HEX #845FFC Light Slate Blue

📋 copy color: '#845FFC'

red 132 ◦ green 95 ◦ blue 252

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

Shades of Light Slate Blue #845FFC

Tints of Light Slate Blue #845FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.83%

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 27.56%
G = 19.83%
B = 52.61%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#845FFC (or 0x845FFC) is known color: Light Slate Blue. HEX triplet: 84, 5F and FC. RGB value is (132,95,252). Sum of RGB (Red+Green+Blue) = 132+95+252=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #845FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845FFC is #7BA003. Grayscale: #7B7B7B. Windows color (decimal): -8101892 or 16539524. OLE color: 16539524.

HSL color Cylindrical-coordinate representation of color #845FFC: hue angle of 254.14º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #845FFC is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 95 252 -
CMYK 0.48 0.62 0 0.01
HSL 254.14º 0.96% 0.68% -
HSV(B) 254.14º 0.62% 0.99% -
XYZ 31.18 20.12 94.34 -
YUV 123.96 200.26 133.73 -
System Red Green Blue C M Y K H S L
Decimal 132 95 252 0.48 0.62 0 0.01 254.14 0.96 0.68
Hex 84 5F FC 30 3E 0 1 FE 60 44
Octal 204 137 374 60 76 0 1 376 140 104
Binary 10000100 1011111 11111100 110000 111110 0 1 11111110 1100000 1000100

Color Harmonies of #845FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845FFC

Black with #845FFC

Text Example


Text Example

White with #845FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845FFC; }

 p { color: rgb(132,95,252); }

 H1.HeaderClassName
 {
   color: #845FFC;
 }
 .AnyTagClassName
 {
   color: #845FFC;
 }
</style>

background-color css

<style>
 a { background-color: #845FFC; }

 a { background-color: rgb(132,95,252); }

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

border-color css

<style>
 span { border-color: #845FFC; }

 span { border-color: rgb(132,95,252); }

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