Html Css Color HEX #807BD3 Moody Blue

📋 copy color: '#807BD3'

red 128 ◦ green 123 ◦ blue 211

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

Shades of Moody Blue #807BD3

Tints of Moody Blue #807BD3

RGB

 RED value IS 128 (50.39% from 255) = 27.71%

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

 BLUE value IS 211 (82.81% from 255) = 45.67%

R = 27.71%
G = 26.62%
B = 45.67%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#807BD3 (or 0x807BD3) is known color: Moody Blue. HEX triplet: 80, 7B and D3. RGB value is (128,123,211). Sum of RGB (Red+Green+Blue) = 128+123+211=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #807BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BD3 is #7F842C. Grayscale: #868686. Windows color (decimal): -8356909 or 13859712. OLE color: 13859712.

HSL color Cylindrical-coordinate representation of color #807BD3: hue angle of 243.41º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #807BD3 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 123 211 -
CMYK 0.39 0.42 0 0.17
HSL 243.41º 0.5% 0.65% -
HSV(B) 243.41º 0.42% 0.83% -
XYZ 27.74 23.46 64.69 -
YUV 134.53 171.16 123.34 -
System Red Green Blue C M Y K H S L
Decimal 128 123 211 0.39 0.42 0 0.17 243.41 0.5 0.65
Hex 80 7B D3 27 2A 0 11 F3 32 41
Octal 200 173 323 47 52 0 21 363 62 101
Binary 10000000 1111011 11010011 100111 101010 0 10001 11110011 110010 1000001

Color Harmonies of #807BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807BD3

Black with #807BD3

Text Example


Text Example

White with #807BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807BD3; }

 p { color: rgb(128,123,211); }

 H1.HeaderClassName
 {
   color: #807BD3;
 }
 .AnyTagClassName
 {
   color: #807BD3;
 }
</style>

background-color css

<style>
 a { background-color: #807BD3; }

 a { background-color: rgb(128,123,211); }

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

border-color css

<style>
 span { border-color: #807BD3; }

 span { border-color: rgb(128,123,211); }

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