Html Css Color HEX #7A70CE Moody Blue

📋 copy color: '#7A70CE'

red 122 ◦ green 112 ◦ blue 206

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

Shades of Moody Blue #7A70CE

Tints of Moody Blue #7A70CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 27.73%
G = 25.45%
B = 46.82%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A70CE (or 0x7A70CE) is known color: Moody Blue. HEX triplet: 7A, 70 and CE. RGB value is (122,112,206). Sum of RGB (Red+Green+Blue) = 122+112+206=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A70CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A70CE is #858F31. Grayscale: #7D7D7D. Windows color (decimal): -8752946 or 13529210. OLE color: 13529210.

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

Color convert

RGB 122 112 206 -
CMYK 0.41 0.46 0 0.19
HSL 246.38º 0.49% 0.62% -
HSV(B) 246.38º 0.46% 0.81% -
XYZ 24.96 20.18 60.97 -
YUV 125.71 173.31 125.36 -
System Red Green Blue C M Y K H S L
Decimal 122 112 206 0.41 0.46 0 0.19 246.38 0.49 0.62
Hex 7A 70 CE 29 2E 0 13 F6 31 3E
Octal 172 160 316 51 56 0 23 366 61 76
Binary 1111010 1110000 11001110 101001 101110 0 10011 11110110 110001 111110

Color Harmonies of #7A70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A70CE

Black with #7A70CE

Text Example


Text Example

White with #7A70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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