Html Css Color HEX #8072CB Moody Blue

📋 copy color: '#8072CB'

red 128 ◦ green 114 ◦ blue 203

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

Shades of Moody Blue #8072CB

Tints of Moody Blue #8072CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.62%

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 28.76%
G = 25.62%
B = 45.62%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8072CB (or 0x8072CB) is known color: Moody Blue. HEX triplet: 80, 72 and CB. RGB value is (128,114,203). Sum of RGB (Red+Green+Blue) = 128+114+203=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #8072CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8072CB is #7F8D34. Grayscale: #7F7F7F. Windows color (decimal): -8359221 or 13333120. OLE color: 13333120.

HSL color Cylindrical-coordinate representation of color #8072CB: hue angle of 249.44º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8072CB is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 114 203 -
CMYK 0.37 0.44 0 0.20
HSL 249.44º 0.46% 0.62% -
HSV(B) 249.44º 0.44% 0.8% -
XYZ 25.7 20.94 59.19 -
YUV 128.33 170.14 127.76 -
System Red Green Blue C M Y K H S L
Decimal 128 114 203 0.37 0.44 0 0.20 249.44 0.46 0.62
Hex 80 72 CB 25 2C 0 14 F9 2E 3E
Octal 200 162 313 45 54 0 24 371 56 76
Binary 10000000 1110010 11001011 100101 101100 0 10100 11111001 101110 111110

Color Harmonies of #8072CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8072CB

Black with #8072CB

Text Example


Text Example

White with #8072CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8072CB; }

 p { color: rgb(128,114,203); }

 H1.HeaderClassName
 {
   color: #8072CB;
 }
 .AnyTagClassName
 {
   color: #8072CB;
 }
</style>

background-color css

<style>
 a { background-color: #8072CB; }

 a { background-color: rgb(128,114,203); }

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

border-color css

<style>
 span { border-color: #8072CB; }

 span { border-color: rgb(128,114,203); }

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