Html Css Color HEX #8070CE Moody Blue

📋 copy color: '#8070CE'

red 128 ◦ green 112 ◦ blue 206

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

Shades of Moody Blue #8070CE

Tints of Moody Blue #8070CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.11%

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

R = 28.7%
G = 25.11%
B = 46.19%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8070CE (or 0x8070CE) is known color: Moody Blue. HEX triplet: 80, 70 and CE. RGB value is (128,112,206). Sum of RGB (Red+Green+Blue) = 128+112+206=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #8070CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8070CE is #7F8F31. Grayscale: #7F7F7F. Windows color (decimal): -8359730 or 13529216. OLE color: 13529216.

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

Color convert

RGB 128 112 206 -
CMYK 0.38 0.46 0 0.19
HSL 250.21º 0.49% 0.62% -
HSV(B) 250.21º 0.46% 0.81% -
XYZ 25.84 20.63 61.01 -
YUV 127.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 128 112 206 0.38 0.46 0 0.19 250.21 0.49 0.62
Hex 80 70 CE 26 2E 0 13 FA 31 3E
Octal 200 160 316 46 56 0 23 372 61 76
Binary 10000000 1110000 11001110 100110 101110 0 10011 11111010 110001 111110

Color Harmonies of #8070CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8070CE

Black with #8070CE

Text Example


Text Example

White with #8070CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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