Html Css Color HEX #7770CA Moody Blue

📋 copy color: '#7770CA'

red 119 ◦ green 112 ◦ blue 202

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

Shades of Moody Blue #7770CA

Tints of Moody Blue #7770CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.65%

R = 27.48%
G = 25.87%
B = 46.65%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7770CA (or 0x7770CA) is known color: Moody Blue. HEX triplet: 77, 70 and CA. RGB value is (119,112,202). Sum of RGB (Red+Green+Blue) = 119+112+202=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #7770CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7770CA is #888F35. Grayscale: #7C7C7C. Windows color (decimal): -8949558 or 13267063. OLE color: 13267063.

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

Color convert

RGB 119 112 202 -
CMYK 0.41 0.45 0 0.21
HSL 244.67º 0.46% 0.62% -
HSV(B) 244.67º 0.45% 0.79% -
XYZ 24.06 19.77 58.43 -
YUV 124.35 171.82 124.18 -
System Red Green Blue C M Y K H S L
Decimal 119 112 202 0.41 0.45 0 0.21 244.67 0.46 0.62
Hex 77 70 CA 29 2D 0 15 F5 2E 3E
Octal 167 160 312 51 55 0 25 365 56 76
Binary 1110111 1110000 11001010 101001 101101 0 10101 11110101 101110 111110

Color Harmonies of #7770CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7770CA

Black with #7770CA

Text Example


Text Example

White with #7770CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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