Html Css Color HEX #817BDC Moody Blue

📋 copy color: '#817BDC'

red 129 ◦ green 123 ◦ blue 220

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

Shades of Moody Blue #817BDC

Tints of Moody Blue #817BDC

RGB

 RED value IS 129 (50.78% from 255) = 27.33%

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 27.33%
G = 26.06%
B = 46.61%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#817BDC (or 0x817BDC) is known color: Moody Blue. HEX triplet: 81, 7B and DC. RGB value is (129,123,220). Sum of RGB (Red+Green+Blue) = 129+123+220=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #817BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BDC is #7E8423. Grayscale: #878787. Windows color (decimal): -8291364 or 14449537. OLE color: 14449537.

HSL color Cylindrical-coordinate representation of color #817BDC: hue angle of 243.71º degrees, saturation: 0.58, 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 #817BDC is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 123 220 -
CMYK 0.41 0.44 0 0.14
HSL 243.71º 0.58% 0.67% -
HSV(B) 243.71º 0.44% 0.86% -
XYZ 29.05 24 70.81 -
YUV 135.85 175.49 123.11 -
System Red Green Blue C M Y K H S L
Decimal 129 123 220 0.41 0.44 0 0.14 243.71 0.58 0.67
Hex 81 7B DC 29 2C 0 E F4 3A 43
Octal 201 173 334 51 54 0 16 364 72 103
Binary 10000001 1111011 11011100 101001 101100 0 1110 11110100 111010 1000011

Color Harmonies of #817BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817BDC

Black with #817BDC

Text Example


Text Example

White with #817BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817BDC; }

 p { color: rgb(129,123,220); }

 H1.HeaderClassName
 {
   color: #817BDC;
 }
 .AnyTagClassName
 {
   color: #817BDC;
 }
</style>

background-color css

<style>
 a { background-color: #817BDC; }

 a { background-color: rgb(129,123,220); }

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

border-color css

<style>
 span { border-color: #817BDC; }

 span { border-color: rgb(129,123,220); }

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