Html Css Color HEX #7077CF Moody Blue

📋 copy color: '#7077CF'

red 112 ◦ green 119 ◦ blue 207

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

Shades of Moody Blue #7077CF

Tints of Moody Blue #7077CF

RGB

 RED value IS 112 (44.14% from 255) = 25.57%

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

 BLUE value IS 207 (81.25% from 255) = 47.26%

R = 25.57%
G = 27.17%
B = 47.26%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7077CF (or 0x7077CF) is known color: Moody Blue. HEX triplet: 70, 77 and CF. RGB value is (112,119,207). Sum of RGB (Red+Green+Blue) = 112+119+207=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #7077CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7077CF is #8F8830. Grayscale: #7E7E7E. Windows color (decimal): -9406513 or 13596528. OLE color: 13596528.

HSL color Cylindrical-coordinate representation of color #7077CF: hue angle of 235.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7077CF is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 119 207 -
CMYK 0.46 0.43 0 0.19
HSL 235.58º 0.5% 0.63% -
HSV(B) 235.58º 0.46% 0.81% -
XYZ 24.54 21.14 61.82 -
YUV 126.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 112 119 207 0.46 0.43 0 0.19 235.58 0.5 0.63
Hex 70 77 CF 2E 2B 0 13 EC 32 3F
Octal 160 167 317 56 53 0 23 354 62 77
Binary 1110000 1110111 11001111 101110 101011 0 10011 11101100 110010 111111

Color Harmonies of #7077CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7077CF

Black with #7077CF

Text Example


Text Example

White with #7077CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7077CF; }

 p { color: rgb(112,119,207); }

 H1.HeaderClassName
 {
   color: #7077CF;
 }
 .AnyTagClassName
 {
   color: #7077CF;
 }
</style>

background-color css

<style>
 a { background-color: #7077CF; }

 a { background-color: rgb(112,119,207); }

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

border-color css

<style>
 span { border-color: #7077CF; }

 span { border-color: rgb(112,119,207); }

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