Html Css Color HEX #817CBB Moody Blue

📋 copy color: '#817CBB'

red 129 ◦ green 124 ◦ blue 187

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

Shades of Moody Blue #817CBB

Tints of Moody Blue #817CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 29.32%
G = 28.18%
B = 42.5%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#817CBB (or 0x817CBB) is known color: Moody Blue. HEX triplet: 81, 7C and BB. RGB value is (129,124,187). Sum of RGB (Red+Green+Blue) = 129+124+187=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #817CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817CBB is #7E8344. Grayscale: #848484. Windows color (decimal): -8291141 or 12287105. OLE color: 12287105.

HSL color Cylindrical-coordinate representation of color #817CBB: hue angle of 244.76º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #817CBB is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 124 187 -
CMYK 0.31 0.34 0 0.27
HSL 244.76º 0.32% 0.61% -
HSV(B) 244.76º 0.34% 0.73% -
XYZ 25.23 22.67 50.06 -
YUV 132.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 129 124 187 0.31 0.34 0 0.27 244.76 0.32 0.61
Hex 81 7C BB 1F 22 0 1B F5 20 3D
Octal 201 174 273 37 42 0 33 365 40 75
Binary 10000001 1111100 10111011 11111 100010 0 11011 11110101 100000 111101

Color Harmonies of #817CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817CBB

Black with #817CBB

Text Example


Text Example

White with #817CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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