Html Css Color HEX #836BFA Light Slate Blue

📋 copy color: '#836BFA'

red 131 ◦ green 107 ◦ blue 250

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

Shades of Light Slate Blue #836BFA

Tints of Light Slate Blue #836BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.93%

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 26.84%
G = 21.93%
B = 51.23%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#836BFA (or 0x836BFA) is known color: Light Slate Blue. HEX triplet: 83, 6B and FA. RGB value is (131,107,250). Sum of RGB (Red+Green+Blue) = 131+107+250=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #836BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836BFA is #7C9405. Grayscale: #818181. Windows color (decimal): -8164358 or 16411523. OLE color: 16411523.

HSL color Cylindrical-coordinate representation of color #836BFA: hue angle of 250.07º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #836BFA is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 107 250 -
CMYK 0.48 0.57 0 0.02
HSL 250.07º 0.93% 0.7% -
HSV(B) 250.07º 0.57% 0.98% -
XYZ 31.87 22.24 93.06 -
YUV 130.48 195.45 128.37 -
System Red Green Blue C M Y K H S L
Decimal 131 107 250 0.48 0.57 0 0.02 250.07 0.93 0.7
Hex 83 6B FA 30 39 0 2 FA 5D 46
Octal 203 153 372 60 71 0 2 372 135 106
Binary 10000011 1101011 11111010 110000 111001 0 10 11111010 1011101 1000110

Color Harmonies of #836BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BFA

Black with #836BFA

Text Example


Text Example

White with #836BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,107,250); }

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

background-color css

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

 a { background-color: rgb(131,107,250); }

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

border-color css

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

 span { border-color: rgb(131,107,250); }

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