Html Css Color HEX #846FFB Light Slate Blue

📋 copy color: '#846FFB'

red 132 ◦ green 111 ◦ blue 251

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

Shades of Light Slate Blue #846FFB

Tints of Light Slate Blue #846FFB

RGB

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

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

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

R = 26.72%
G = 22.47%
B = 50.81%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#846FFB (or 0x846FFB) is known color: Light Slate Blue. HEX triplet: 84, 6F and FB. RGB value is (132,111,251). Sum of RGB (Red+Green+Blue) = 132+111+251=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #846FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846FFB is #7B9004. Grayscale: #848484. Windows color (decimal): -8097797 or 16478084. OLE color: 16478084.

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

Color convert

RGB 132 111 251 -
CMYK 0.47 0.56 0 0.02
HSL 249º 0.95% 0.71% -
HSV(B) 249º 0.56% 0.98% -
XYZ 32.61 23.24 94.03 -
YUV 133.24 194.46 127.12 -
System Red Green Blue C M Y K H S L
Decimal 132 111 251 0.47 0.56 0 0.02 249 0.95 0.71
Hex 84 6F FB 2F 38 0 2 F9 5F 47
Octal 204 157 373 57 70 0 2 371 137 107
Binary 10000100 1101111 11111011 101111 111000 0 10 11111001 1011111 1000111

Color Harmonies of #846FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846FFB

Black with #846FFB

Text Example


Text Example

White with #846FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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