Html Css Color HEX #836FFC Light Slate Blue

📋 copy color: '#836FFC'

red 131 ◦ green 111 ◦ blue 252

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

Shades of Light Slate Blue #836FFC

Tints of Light Slate Blue #836FFC

RGB

 RED value IS 131 (51.56% from 255) = 26.52%

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

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

R = 26.52%
G = 22.47%
B = 51.01%

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

#836FFC (or 0x836FFC) is known color: Light Slate Blue. HEX triplet: 83, 6F and FC. RGB value is (131,111,252). Sum of RGB (Red+Green+Blue) = 131+111+252=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #836FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836FFC is #7C9003. Grayscale: #848484. Windows color (decimal): -8163332 or 16543619. OLE color: 16543619.

HSL color Cylindrical-coordinate representation of color #836FFC: hue angle of 248.51º 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 #836FFC is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 111 252 -
CMYK 0.48 0.56 0 0.01
HSL 248.51º 0.96% 0.71% -
HSV(B) 248.51º 0.56% 0.99% -
XYZ 32.62 23.22 94.86 -
YUV 133.05 195.13 126.54 -
System Red Green Blue C M Y K H S L
Decimal 131 111 252 0.48 0.56 0 0.01 248.51 0.96 0.71
Hex 83 6F FC 30 38 0 1 F9 60 47
Octal 203 157 374 60 70 0 1 371 140 107
Binary 10000011 1101111 11111100 110000 111000 0 1 11111001 1100000 1000111

Color Harmonies of #836FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FFC

Black with #836FFC

Text Example


Text Example

White with #836FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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