Html Css Color HEX #8081C9 Moody Blue

📋 copy color: '#8081C9'

red 128 ◦ green 129 ◦ blue 201

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

Shades of Moody Blue #8081C9

Tints of Moody Blue #8081C9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.17%

 BLUE value IS 201 (78.91% from 255) = 43.89%

R = 27.95%
G = 28.17%
B = 43.89%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8081C9 (or 0x8081C9) is known color: Moody Blue. HEX triplet: 80, 81 and C9. RGB value is (128,129,201). Sum of RGB (Red+Green+Blue) = 128+129+201=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #8081C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081C9 is #7F7E36. Grayscale: #888888. Windows color (decimal): -8355383 or 13205888. OLE color: 13205888.

HSL color Cylindrical-coordinate representation of color #8081C9: hue angle of 239.18º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8081C9 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 129 201 -
CMYK 0.36 0.36 0 0.21
HSL 239.18º 0.4% 0.65% -
HSV(B) 239.18º 0.36% 0.79% -
XYZ 27.29 24.51 58.55 -
YUV 136.91 164.17 121.65 -
System Red Green Blue C M Y K H S L
Decimal 128 129 201 0.36 0.36 0 0.21 239.18 0.4 0.65
Hex 80 81 C9 24 24 0 15 EF 28 41
Octal 200 201 311 44 44 0 25 357 50 101
Binary 10000000 10000001 11001001 100100 100100 0 10101 11101111 101000 1000001

Color Harmonies of #8081C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8081C9

Black with #8081C9

Text Example


Text Example

White with #8081C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8081C9; }

 p { color: rgb(128,129,201); }

 H1.HeaderClassName
 {
   color: #8081C9;
 }
 .AnyTagClassName
 {
   color: #8081C9;
 }
</style>

background-color css

<style>
 a { background-color: #8081C9; }

 a { background-color: rgb(128,129,201); }

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

border-color css

<style>
 span { border-color: #8081C9; }

 span { border-color: rgb(128,129,201); }

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