Html Css Color HEX #837DED Light Slate Blue

📋 copy color: '#837DED'

red 131 ◦ green 125 ◦ blue 237

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

Shades of Light Slate Blue #837DED

Tints of Light Slate Blue #837DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 26.57%
G = 25.35%
B = 48.07%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#837DED (or 0x837DED) is known color: Light Slate Blue. HEX triplet: 83, 7D and ED. RGB value is (131,125,237). Sum of RGB (Red+Green+Blue) = 131+125+237=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #837DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837DED is #7C8212. Grayscale: #8B8B8B. Windows color (decimal): -8159763 or 15564163. OLE color: 15564163.

HSL color Cylindrical-coordinate representation of color #837DED: hue angle of 243.21º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #837DED is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 125 237 -
CMYK 0.45 0.47 0 0.07
HSL 243.21º 0.76% 0.71% -
HSV(B) 243.21º 0.47% 0.93% -
XYZ 31.98 25.61 83.38 -
YUV 139.56 182.99 121.89 -
System Red Green Blue C M Y K H S L
Decimal 131 125 237 0.45 0.47 0 0.07 243.21 0.76 0.71
Hex 83 7D ED 2D 2F 0 7 F3 4C 47
Octal 203 175 355 55 57 0 7 363 114 107
Binary 10000011 1111101 11101101 101101 101111 0 111 11110011 1001100 1000111

Color Harmonies of #837DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DED

Black with #837DED

Text Example


Text Example

White with #837DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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