Html Css Color HEX #7A70CD Moody Blue

📋 copy color: '#7A70CD'

red 122 ◦ green 112 ◦ blue 205

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

Shades of Moody Blue #7A70CD

Tints of Moody Blue #7A70CD

RGB

 RED value IS 122 (48.05% from 255) = 27.79%

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 27.79%
G = 25.51%
B = 46.7%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A70CD (or 0x7A70CD) is known color: Moody Blue. HEX triplet: 7A, 70 and CD. RGB value is (122,112,205). Sum of RGB (Red+Green+Blue) = 122+112+205=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A70CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A70CD is #858F32. Grayscale: #7D7D7D. Windows color (decimal): -8752947 or 13463674. OLE color: 13463674.

HSL color Cylindrical-coordinate representation of color #7A70CD: hue angle of 246.45º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A70CD is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 112 205 -
CMYK 0.40 0.45 0 0.20
HSL 246.45º 0.48% 0.62% -
HSV(B) 246.45º 0.45% 0.8% -
XYZ 24.84 20.13 60.33 -
YUV 125.59 172.81 125.44 -
System Red Green Blue C M Y K H S L
Decimal 122 112 205 0.40 0.45 0 0.20 246.45 0.48 0.62
Hex 7A 70 CD 28 2D 0 14 F6 30 3E
Octal 172 160 315 50 55 0 24 366 60 76
Binary 1111010 1110000 11001101 101000 101101 0 10100 11110110 110000 111110

Color Harmonies of #7A70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A70CD

Black with #7A70CD

Text Example


Text Example

White with #7A70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,112,205); }

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

background-color css

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

 a { background-color: rgb(122,112,205); }

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

border-color css

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

 span { border-color: rgb(122,112,205); }

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