Html Css Color HEX #846FFC Light Slate Blue

📋 copy color: '#846FFC'

red 132 ◦ green 111 ◦ blue 252

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

Shades of Light Slate Blue #846FFC

Tints of Light Slate Blue #846FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.42%

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

R = 26.67%
G = 22.42%
B = 50.91%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#846FFC (or 0x846FFC) is known color: Light Slate Blue. HEX triplet: 84, 6F and FC. RGB value is (132,111,252). Sum of RGB (Red+Green+Blue) = 132+111+252=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #846FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846FFC is #7B9003. Grayscale: #848484. Windows color (decimal): -8097796 or 16543620. OLE color: 16543620.

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

Color convert

RGB 132 111 252 -
CMYK 0.48 0.56 0 0.01
HSL 248.94º 0.96% 0.71% -
HSV(B) 248.94º 0.56% 0.99% -
XYZ 32.77 23.3 94.87 -
YUV 133.35 194.96 127.04 -
System Red Green Blue C M Y K H S L
Decimal 132 111 252 0.48 0.56 0 0.01 248.94 0.96 0.71
Hex 84 6F FC 30 38 0 1 F9 60 47
Octal 204 157 374 60 70 0 1 371 140 107
Binary 10000100 1101111 11111100 110000 111000 0 1 11111001 1100000 1000111

Color Harmonies of #846FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846FFC

Black with #846FFC

Text Example


Text Example

White with #846FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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