Html Css Color HEX #7A7DBE Moody Blue

📋 copy color: '#7A7DBE'

red 122 ◦ green 125 ◦ blue 190

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

Shades of Moody Blue #7A7DBE

Tints of Moody Blue #7A7DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.6%

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 27.92%
G = 28.6%
B = 43.48%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A7DBE (or 0x7A7DBE) is known color: Moody Blue. HEX triplet: 7A, 7D and BE. RGB value is (122,125,190). Sum of RGB (Red+Green+Blue) = 122+125+190=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A7DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7DBE is #858241. Grayscale: #838383. Windows color (decimal): -8749634 or 12483962. OLE color: 12483962.

HSL color Cylindrical-coordinate representation of color #7A7DBE: hue angle of 237.35º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A7DBE is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 125 190 -
CMYK 0.36 0.34 0 0.25
HSL 237.35º 0.34% 0.61% -
HSV(B) 237.35º 0.36% 0.75% -
XYZ 24.65 22.52 51.76 -
YUV 131.51 161.01 121.21 -
System Red Green Blue C M Y K H S L
Decimal 122 125 190 0.36 0.34 0 0.25 237.35 0.34 0.61
Hex 7A 7D BE 24 22 0 19 ED 22 3D
Octal 172 175 276 44 42 0 31 355 42 75
Binary 1111010 1111101 10111110 100100 100010 0 11001 11101101 100010 111101

Color Harmonies of #7A7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7DBE

Black with #7A7DBE

Text Example


Text Example

White with #7A7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,125,190); }

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

background-color css

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

 a { background-color: rgb(122,125,190); }

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

border-color css

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

 span { border-color: rgb(122,125,190); }

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