Html Css Color HEX #7F71CF Moody Blue

📋 copy color: '#7F71CF'

red 127 ◦ green 113 ◦ blue 207

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

Shades of Moody Blue #7F71CF

Tints of Moody Blue #7F71CF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.28%

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

R = 28.41%
G = 25.28%
B = 46.31%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F71CF (or 0x7F71CF) is known color: Moody Blue. HEX triplet: 7F, 71 and CF. RGB value is (127,113,207). Sum of RGB (Red+Green+Blue) = 127+113+207=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F71CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F71CF is #808E30. Grayscale: #7F7F7F. Windows color (decimal): -8425009 or 13595007. OLE color: 13595007.

HSL color Cylindrical-coordinate representation of color #7F71CF: hue angle of 248.94º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F71CF is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 113 207 -
CMYK 0.39 0.45 0 0.19
HSL 248.94º 0.49% 0.63% -
HSV(B) 248.94º 0.45% 0.81% -
XYZ 25.92 20.83 61.69 -
YUV 127.9 172.64 127.36 -
System Red Green Blue C M Y K H S L
Decimal 127 113 207 0.39 0.45 0 0.19 248.94 0.49 0.63
Hex 7F 71 CF 27 2D 0 13 F9 31 3F
Octal 177 161 317 47 55 0 23 371 61 77
Binary 1111111 1110001 11001111 100111 101101 0 10011 11111001 110001 111111

Color Harmonies of #7F71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F71CF

Black with #7F71CF

Text Example


Text Example

White with #7F71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,113,207); }

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

background-color css

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

 a { background-color: rgb(127,113,207); }

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

border-color css

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

 span { border-color: rgb(127,113,207); }

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