Html Css Color HEX #7770CB Moody Blue

📋 copy color: '#7770CB'

red 119 ◦ green 112 ◦ blue 203

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

Shades of Moody Blue #7770CB

Tints of Moody Blue #7770CB

RGB

 RED value IS 119 (46.88% from 255) = 27.42%

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

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

R = 27.42%
G = 25.81%
B = 46.77%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7770CB (or 0x7770CB) is known color: Moody Blue. HEX triplet: 77, 70 and CB. RGB value is (119,112,203). Sum of RGB (Red+Green+Blue) = 119+112+203=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #7770CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7770CB is #888F34. Grayscale: #7C7C7C. Windows color (decimal): -8949557 or 13332599. OLE color: 13332599.

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

Color convert

RGB 119 112 203 -
CMYK 0.41 0.45 0 0.20
HSL 244.62º 0.47% 0.62% -
HSV(B) 244.62º 0.45% 0.8% -
XYZ 24.18 19.82 59.05 -
YUV 124.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 119 112 203 0.41 0.45 0 0.20 244.62 0.47 0.62
Hex 77 70 CB 29 2D 0 14 F5 2F 3E
Octal 167 160 313 51 55 0 24 365 57 76
Binary 1110111 1110000 11001011 101001 101101 0 10100 11110101 101111 111110

Color Harmonies of #7770CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7770CB

Black with #7770CB

Text Example


Text Example

White with #7770CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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