Html Css Color HEX #845FFB Light Slate Blue

📋 copy color: '#845FFB'

red 132 ◦ green 95 ◦ blue 251

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

Shades of Light Slate Blue #845FFB

Tints of Light Slate Blue #845FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.51%

R = 27.62%
G = 19.87%
B = 52.51%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#845FFB (or 0x845FFB) is known color: Light Slate Blue. HEX triplet: 84, 5F and FB. RGB value is (132,95,251). Sum of RGB (Red+Green+Blue) = 132+95+251=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #845FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845FFB is #7BA004. Grayscale: #7B7B7B. Windows color (decimal): -8101893 or 16473988. OLE color: 16473988.

HSL color Cylindrical-coordinate representation of color #845FFB: hue angle of 254.23º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #845FFB is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 95 251 -
CMYK 0.47 0.62 0 0.02
HSL 254.23º 0.95% 0.68% -
HSV(B) 254.23º 0.62% 0.98% -
XYZ 31.02 20.05 93.5 -
YUV 123.85 199.76 133.82 -
System Red Green Blue C M Y K H S L
Decimal 132 95 251 0.47 0.62 0 0.02 254.23 0.95 0.68
Hex 84 5F FB 2F 3E 0 2 FE 5F 44
Octal 204 137 373 57 76 0 2 376 137 104
Binary 10000100 1011111 11111011 101111 111110 0 10 11111110 1011111 1000100

Color Harmonies of #845FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845FFB

Black with #845FFB

Text Example


Text Example

White with #845FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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