Html Css Color HEX #846CFC Light Slate Blue

📋 copy color: '#846CFC'

red 132 ◦ green 108 ◦ blue 252

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

Shades of Light Slate Blue #846CFC

Tints of Light Slate Blue #846CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.95%

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

R = 26.83%
G = 21.95%
B = 51.22%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#846CFC (or 0x846CFC) is known color: Light Slate Blue. HEX triplet: 84, 6C and FC. RGB value is (132,108,252). Sum of RGB (Red+Green+Blue) = 132+108+252=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #846CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846CFC is #7B9303. Grayscale: #838383. Windows color (decimal): -8098564 or 16542852. OLE color: 16542852.

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

Color convert

RGB 132 108 252 -
CMYK 0.48 0.57 0 0.01
HSL 250º 0.96% 0.71% -
HSV(B) 250º 0.57% 0.99% -
XYZ 32.45 22.66 94.76 -
YUV 131.59 195.95 128.29 -
System Red Green Blue C M Y K H S L
Decimal 132 108 252 0.48 0.57 0 0.01 250 0.96 0.71
Hex 84 6C FC 30 39 0 1 FA 60 47
Octal 204 154 374 60 71 0 1 372 140 107
Binary 10000100 1101100 11111100 110000 111001 0 1 11111010 1100000 1000111

Color Harmonies of #846CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846CFC

Black with #846CFC

Text Example


Text Example

White with #846CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846CFC; }

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

 H1.HeaderClassName
 {
   color: #846CFC;
 }
 .AnyTagClassName
 {
   color: #846CFC;
 }
</style>

background-color css

<style>
 a { background-color: #846CFC; }

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

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

border-color css

<style>
 span { border-color: #846CFC; }

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

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