Html Css Color HEX #836CFD Light Slate Blue

📋 copy color: '#836CFD'

red 131 ◦ green 108 ◦ blue 253

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

Shades of Light Slate Blue #836CFD

Tints of Light Slate Blue #836CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 26.63%
G = 21.95%
B = 51.42%

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

#836CFD (or 0x836CFD) is known color: Light Slate Blue. HEX triplet: 83, 6C and FD. RGB value is (131,108,253). Sum of RGB (Red+Green+Blue) = 131+108+253=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #836CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836CFD is #7C9302. Grayscale: #828282. Windows color (decimal): -8164099 or 16608387. OLE color: 16608387.

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

Color convert

RGB 131 108 253 -
CMYK 0.48 0.57 0 0.01
HSL 249.52º 0.97% 0.71% -
HSV(B) 249.52º 0.57% 0.99% -
XYZ 32.45 22.64 95.59 -
YUV 131.41 196.62 127.71 -
System Red Green Blue C M Y K H S L
Decimal 131 108 253 0.48 0.57 0 0.01 249.52 0.97 0.71
Hex 83 6C FD 30 39 0 1 FA 61 47
Octal 203 154 375 60 71 0 1 372 141 107
Binary 10000011 1101100 11111101 110000 111001 0 1 11111010 1100001 1000111

Color Harmonies of #836CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CFD

Black with #836CFD

Text Example


Text Example

White with #836CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,108,253); }

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

background-color css

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

 a { background-color: rgb(131,108,253); }

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

border-color css

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

 span { border-color: rgb(131,108,253); }

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