Html Css Color HEX #8076CE Moody Blue

📋 copy color: '#8076CE'

red 128 ◦ green 118 ◦ blue 206

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

Shades of Moody Blue #8076CE

Tints of Moody Blue #8076CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.11%

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

R = 28.32%
G = 26.11%
B = 45.58%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8076CE (or 0x8076CE) is known color: Moody Blue. HEX triplet: 80, 76 and CE. RGB value is (128,118,206). Sum of RGB (Red+Green+Blue) = 128+118+206=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #8076CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8076CE is #7F8931. Grayscale: #828282. Windows color (decimal): -8358194 or 13530752. OLE color: 13530752.

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

Color convert

RGB 128 118 206 -
CMYK 0.38 0.43 0 0.19
HSL 246.82º 0.47% 0.64% -
HSV(B) 246.82º 0.43% 0.81% -
XYZ 26.52 22 61.24 -
YUV 131.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 128 118 206 0.38 0.43 0 0.19 246.82 0.47 0.64
Hex 80 76 CE 26 2B 0 13 F7 2F 40
Octal 200 166 316 46 53 0 23 367 57 100
Binary 10000000 1110110 11001110 100110 101011 0 10011 11110111 101111 1000000

Color Harmonies of #8076CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8076CE

Black with #8076CE

Text Example


Text Example

White with #8076CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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