Html Css Color HEX #7F77CA Moody Blue

📋 copy color: '#7F77CA'

red 127 ◦ green 119 ◦ blue 202

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

Shades of Moody Blue #7F77CA

Tints of Moody Blue #7F77CA

RGB

 RED value IS 127 (50% from 255) = 28.35%

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

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

R = 28.35%
G = 26.56%
B = 45.09%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F77CA (or 0x7F77CA) is known color: Moody Blue. HEX triplet: 7F, 77 and CA. RGB value is (127,119,202). Sum of RGB (Red+Green+Blue) = 127+119+202=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F77CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F77CA is #808835. Grayscale: #828282. Windows color (decimal): -8423478 or 13268863. OLE color: 13268863.

HSL color Cylindrical-coordinate representation of color #7F77CA: hue angle of 245.78º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F77CA is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 119 202 -
CMYK 0.37 0.41 0 0.21
HSL 245.78º 0.44% 0.63% -
HSV(B) 245.78º 0.41% 0.79% -
XYZ 26.01 21.97 58.75 -
YUV 130.85 168.15 125.25 -
System Red Green Blue C M Y K H S L
Decimal 127 119 202 0.37 0.41 0 0.21 245.78 0.44 0.63
Hex 7F 77 CA 25 29 0 15 F6 2C 3F
Octal 177 167 312 45 51 0 25 366 54 77
Binary 1111111 1110111 11001010 100101 101001 0 10101 11110110 101100 111111

Color Harmonies of #7F77CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F77CA

Black with #7F77CA

Text Example


Text Example

White with #7F77CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F77CA; }

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

 H1.HeaderClassName
 {
   color: #7F77CA;
 }
 .AnyTagClassName
 {
   color: #7F77CA;
 }
</style>

background-color css

<style>
 a { background-color: #7F77CA; }

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

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

border-color css

<style>
 span { border-color: #7F77CA; }

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

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