Html Css Color HEX #7F70B7 Moody Blue

📋 copy color: '#7F70B7'

red 127 ◦ green 112 ◦ blue 183

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

Shades of Moody Blue #7F70B7

Tints of Moody Blue #7F70B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.36%

R = 30.09%
G = 26.54%
B = 43.36%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7F70B7 (or 0x7F70B7) is known color: Moody Blue. HEX triplet: 7F, 70 and B7. RGB value is (127,112,183). Sum of RGB (Red+Green+Blue) = 127+112+183=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 183 - color contains mainly: blue. Hex color #7F70B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F70B7 is #808F48. Grayscale: #7C7C7C. Windows color (decimal): -8425289 or 12021887. OLE color: 12021887.

HSL color Cylindrical-coordinate representation of color #7F70B7: hue angle of 252.68º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F70B7 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 112 183 -
CMYK 0.31 0.39 0 0.28
HSL 252.68º 0.33% 0.58% -
HSV(B) 252.68º 0.39% 0.72% -
XYZ 23.09 19.52 47.35 -
YUV 124.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 127 112 183 0.31 0.39 0 0.28 252.68 0.33 0.58
Hex 7F 70 B7 1F 27 0 1C FD 21 3A
Octal 177 160 267 37 47 0 34 375 41 72
Binary 1111111 1110000 10110111 11111 100111 0 11100 11111101 100001 111010

Color Harmonies of #7F70B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F70B7

Black with #7F70B7

Text Example


Text Example

White with #7F70B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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