Html Css Color HEX #8077CE Moody Blue

📋 copy color: '#8077CE'

red 128 ◦ green 119 ◦ blue 206

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

Shades of Moody Blue #8077CE

Tints of Moody Blue #8077CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.27%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 28.26%
G = 26.27%
B = 45.47%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8077CE (or 0x8077CE) is known color: Moody Blue. HEX triplet: 80, 77 and CE. RGB value is (128,119,206). Sum of RGB (Red+Green+Blue) = 128+119+206=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #8077CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077CE is #7F8831. Grayscale: #838383. Windows color (decimal): -8357938 or 13531008. OLE color: 13531008.

HSL color Cylindrical-coordinate representation of color #8077CE: hue angle of 246.21º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8077CE is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 119 206 -
CMYK 0.38 0.42 0 0.19
HSL 246.21º 0.47% 0.64% -
HSV(B) 246.21º 0.42% 0.81% -
XYZ 26.64 22.24 61.28 -
YUV 131.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 128 119 206 0.38 0.42 0 0.19 246.21 0.47 0.64
Hex 80 77 CE 26 2A 0 13 F6 2F 40
Octal 200 167 316 46 52 0 23 366 57 100
Binary 10000000 1110111 11001110 100110 101010 0 10011 11110110 101111 1000000

Color Harmonies of #8077CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8077CE

Black with #8077CE

Text Example


Text Example

White with #8077CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8077CE; }

 p { color: rgb(128,119,206); }

 H1.HeaderClassName
 {
   color: #8077CE;
 }
 .AnyTagClassName
 {
   color: #8077CE;
 }
</style>

background-color css

<style>
 a { background-color: #8077CE; }

 a { background-color: rgb(128,119,206); }

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

border-color css

<style>
 span { border-color: #8077CE; }

 span { border-color: rgb(128,119,206); }

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