Html Css Color HEX #7F76CA Moody Blue

📋 copy color: '#7F76CA'

red 127 ◦ green 118 ◦ blue 202

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

Shades of Moody Blue #7F76CA

Tints of Moody Blue #7F76CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.4%

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

R = 28.41%
G = 26.4%
B = 45.19%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F76CA (or 0x7F76CA) is known color: Moody Blue. HEX triplet: 7F, 76 and CA. RGB value is (127,118,202). Sum of RGB (Red+Green+Blue) = 127+118+202=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F76CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F76CA is #808935. Grayscale: #818181. Windows color (decimal): -8423734 or 13268607. OLE color: 13268607.

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

Color convert

RGB 127 118 202 -
CMYK 0.37 0.42 0 0.21
HSL 246.43º 0.44% 0.63% -
HSV(B) 246.43º 0.42% 0.79% -
XYZ 25.89 21.73 58.71 -
YUV 130.27 168.48 125.67 -
System Red Green Blue C M Y K H S L
Decimal 127 118 202 0.37 0.42 0 0.21 246.43 0.44 0.63
Hex 7F 76 CA 25 2A 0 15 F6 2C 3F
Octal 177 166 312 45 52 0 25 366 54 77
Binary 1111111 1110110 11001010 100101 101010 0 10101 11110110 101100 111111

Color Harmonies of #7F76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F76CA

Black with #7F76CA

Text Example


Text Example

White with #7F76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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