Html Css Color HEX #817FB0 Moody Blue

📋 copy color: '#817FB0'

red 129 ◦ green 127 ◦ blue 176

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

Shades of Moody Blue #817FB0

Tints of Moody Blue #817FB0

RGB

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

 GREEN value IS 127 (50% from 255) = 29.4%

 BLUE value IS 176 (69.14% from 255) = 40.74%

R = 29.86%
G = 29.4%
B = 40.74%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#817FB0 (or 0x817FB0) is known color: Moody Blue. HEX triplet: 81, 7F and B0. RGB value is (129,127,176). Sum of RGB (Red+Green+Blue) = 129+127+176=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 176 - color contains mainly: blue. Hex color #817FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817FB0 is #7E804F. Grayscale: #848484. Windows color (decimal): -8290384 or 11566977. OLE color: 11566977.

HSL color Cylindrical-coordinate representation of color #817FB0: hue angle of 242.45º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #817FB0 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 127 176 -
CMYK 0.27 0.28 0 0.31
HSL 242.45º 0.24% 0.59% -
HSV(B) 242.45º 0.28% 0.69% -
XYZ 24.48 22.98 44.22 -
YUV 133.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 129 127 176 0.27 0.28 0 0.31 242.45 0.24 0.59
Hex 81 7F B0 1B 1C 0 1F F2 18 3B
Octal 201 177 260 33 34 0 37 362 30 73
Binary 10000001 1111111 10110000 11011 11100 0 11111 11110010 11000 111011

Color Harmonies of #817FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FB0

Black with #817FB0

Text Example


Text Example

White with #817FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,127,176); }

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

background-color css

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

 a { background-color: rgb(129,127,176); }

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

border-color css

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

 span { border-color: rgb(129,127,176); }

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