Html Css Color HEX #817CBE Moody Blue

📋 copy color: '#817CBE'

red 129 ◦ green 124 ◦ blue 190

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

Shades of Moody Blue #817CBE

Tints of Moody Blue #817CBE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.99%

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 29.12%
G = 27.99%
B = 42.89%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#817CBE (or 0x817CBE) is known color: Moody Blue. HEX triplet: 81, 7C and BE. RGB value is (129,124,190). Sum of RGB (Red+Green+Blue) = 129+124+190=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #817CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817CBE is #7E8341. Grayscale: #848484. Windows color (decimal): -8291138 or 12483713. OLE color: 12483713.

HSL color Cylindrical-coordinate representation of color #817CBE: hue angle of 244.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #817CBE is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 124 190 -
CMYK 0.32 0.35 0 0.25
HSL 244.55º 0.34% 0.62% -
HSV(B) 244.55º 0.35% 0.75% -
XYZ 25.56 22.8 51.77 -
YUV 133.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 129 124 190 0.32 0.35 0 0.25 244.55 0.34 0.62
Hex 81 7C BE 20 23 0 19 F5 22 3E
Octal 201 174 276 40 43 0 31 365 42 76
Binary 10000001 1111100 10111110 100000 100011 0 11001 11110101 100010 111110

Color Harmonies of #817CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817CBE

Black with #817CBE

Text Example


Text Example

White with #817CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,124,190); }

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

background-color css

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

 a { background-color: rgb(129,124,190); }

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

border-color css

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

 span { border-color: rgb(129,124,190); }

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