Html Css Color HEX #7A7CCE Moody Blue

📋 copy color: '#7A7CCE'

red 122 ◦ green 124 ◦ blue 206

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

Shades of Moody Blue #7A7CCE

Tints of Moody Blue #7A7CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.43%

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

R = 26.99%
G = 27.43%
B = 45.58%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A7CCE (or 0x7A7CCE) is known color: Moody Blue. HEX triplet: 7A, 7C and CE. RGB value is (122,124,206). Sum of RGB (Red+Green+Blue) = 122+124+206=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A7CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7CCE is #858331. Grayscale: #848484. Windows color (decimal): -8749874 or 13532282. OLE color: 13532282.

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

Color convert

RGB 122 124 206 -
CMYK 0.41 0.40 0 0.19
HSL 238.57º 0.46% 0.64% -
HSV(B) 238.57º 0.41% 0.81% -
XYZ 26.37 23.01 61.44 -
YUV 132.75 169.34 120.33 -
System Red Green Blue C M Y K H S L
Decimal 122 124 206 0.41 0.40 0 0.19 238.57 0.46 0.64
Hex 7A 7C CE 29 28 0 13 EF 2E 40
Octal 172 174 316 51 50 0 23 357 56 100
Binary 1111010 1111100 11001110 101001 101000 0 10011 11101111 101110 1000000

Color Harmonies of #7A7CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7CCE

Black with #7A7CCE

Text Example


Text Example

White with #7A7CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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