Html Css Color HEX #837BDB Moody Blue

📋 copy color: '#837BDB'

red 131 ◦ green 123 ◦ blue 219

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

Shades of Moody Blue #837BDB

Tints of Moody Blue #837BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26%

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 27.7%
G = 26%
B = 46.3%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#837BDB (or 0x837BDB) is known color: Moody Blue. HEX triplet: 83, 7B and DB. RGB value is (131,123,219). Sum of RGB (Red+Green+Blue) = 131+123+219=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #837BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BDB is #7C8424. Grayscale: #878787. Windows color (decimal): -8160293 or 14384003. OLE color: 14384003.

HSL color Cylindrical-coordinate representation of color #837BDB: hue angle of 245º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #837BDB is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 123 219 -
CMYK 0.40 0.44 0 0.14
HSL 245º 0.57% 0.67% -
HSV(B) 245º 0.44% 0.86% -
XYZ 29.23 24.11 70.13 -
YUV 136.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 131 123 219 0.40 0.44 0 0.14 245 0.57 0.67
Hex 83 7B DB 28 2C 0 E F5 39 43
Octal 203 173 333 50 54 0 16 365 71 103
Binary 10000011 1111011 11011011 101000 101100 0 1110 11110101 111001 1000011

Color Harmonies of #837BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BDB

Black with #837BDB

Text Example


Text Example

White with #837BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,123,219); }

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

background-color css

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

 a { background-color: rgb(131,123,219); }

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

border-color css

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

 span { border-color: rgb(131,123,219); }

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