Html Css Color HEX #837DFB Light Slate Blue

📋 copy color: '#837DFB'

red 131 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #837DFB

Tints of Light Slate Blue #837DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.65%

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

R = 25.84%
G = 24.65%
B = 49.51%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#837DFB (or 0x837DFB) is known color: Light Slate Blue. HEX triplet: 83, 7D and FB. RGB value is (131,125,251). Sum of RGB (Red+Green+Blue) = 131+125+251=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #837DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837DFB is #7C8204. Grayscale: #8C8C8C. Windows color (decimal): -8159749 or 16481667. OLE color: 16481667.

HSL color Cylindrical-coordinate representation of color #837DFB: hue angle of 242.86º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #837DFB is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 125 251 -
CMYK 0.48 0.50 0 0.02
HSL 242.86º 0.94% 0.74% -
HSV(B) 242.86º 0.5% 0.98% -
XYZ 34.11 26.46 94.58 -
YUV 141.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 131 125 251 0.48 0.50 0 0.02 242.86 0.94 0.74
Hex 83 7D FB 30 32 0 2 F3 5E 4A
Octal 203 175 373 60 62 0 2 363 136 112
Binary 10000011 1111101 11111011 110000 110010 0 10 11110011 1011110 1001010

Color Harmonies of #837DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DFB

Black with #837DFB

Text Example


Text Example

White with #837DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837DFB; }

 p { color: rgb(131,125,251); }

 H1.HeaderClassName
 {
   color: #837DFB;
 }
 .AnyTagClassName
 {
   color: #837DFB;
 }
</style>

background-color css

<style>
 a { background-color: #837DFB; }

 a { background-color: rgb(131,125,251); }

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

border-color css

<style>
 span { border-color: #837DFB; }

 span { border-color: rgb(131,125,251); }

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