Html Css Color HEX #7F70CF Moody Blue

📋 copy color: '#7F70CF'

red 127 ◦ green 112 ◦ blue 207

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

Shades of Moody Blue #7F70CF

Tints of Moody Blue #7F70CF

RGB

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

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

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

R = 28.48%
G = 25.11%
B = 46.41%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F70CF (or 0x7F70CF) is known color: Moody Blue. HEX triplet: 7F, 70 and CF. RGB value is (127,112,207). Sum of RGB (Red+Green+Blue) = 127+112+207=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F70CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F70CF is #808F30. Grayscale: #7E7E7E. Windows color (decimal): -8425265 or 13594751. OLE color: 13594751.

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

Color convert

RGB 127 112 207 -
CMYK 0.39 0.46 0 0.19
HSL 249.47º 0.5% 0.63% -
HSV(B) 249.47º 0.46% 0.81% -
XYZ 25.81 20.61 61.65 -
YUV 127.32 172.97 127.78 -
System Red Green Blue C M Y K H S L
Decimal 127 112 207 0.39 0.46 0 0.19 249.47 0.5 0.63
Hex 7F 70 CF 27 2E 0 13 F9 32 3F
Octal 177 160 317 47 56 0 23 371 62 77
Binary 1111111 1110000 11001111 100111 101110 0 10011 11111001 110010 111111

Color Harmonies of #7F70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F70CF

Black with #7F70CF

Text Example


Text Example

White with #7F70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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