Html Css Color HEX #7D70CF Moody Blue

📋 copy color: '#7D70CF'

red 125 ◦ green 112 ◦ blue 207

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

Shades of Moody Blue #7D70CF

Tints of Moody Blue #7D70CF

RGB

 RED value IS 125 (49.22% from 255) = 28.15%

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

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

R = 28.15%
G = 25.23%
B = 46.62%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D70CF (or 0x7D70CF) is known color: Moody Blue. HEX triplet: 7D, 70 and CF. RGB value is (125,112,207). Sum of RGB (Red+Green+Blue) = 125+112+207=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D70CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D70CF is #828F30. Grayscale: #7E7E7E. Windows color (decimal): -8556337 or 13594749. OLE color: 13594749.

HSL color Cylindrical-coordinate representation of color #7D70CF: hue angle of 248.21º 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 #7D70CF is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 112 207 -
CMYK 0.40 0.46 0 0.19
HSL 248.21º 0.5% 0.63% -
HSV(B) 248.21º 0.46% 0.81% -
XYZ 25.51 20.45 61.63 -
YUV 126.72 173.31 126.78 -
System Red Green Blue C M Y K H S L
Decimal 125 112 207 0.40 0.46 0 0.19 248.21 0.5 0.63
Hex 7D 70 CF 28 2E 0 13 F8 32 3F
Octal 175 160 317 50 56 0 23 370 62 77
Binary 1111101 1110000 11001111 101000 101110 0 10011 11111000 110010 111111

Color Harmonies of #7D70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D70CF

Black with #7D70CF

Text Example


Text Example

White with #7D70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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