Html Css Color HEX #7A7BBC Moody Blue

📋 copy color: '#7A7BBC'

red 122 ◦ green 123 ◦ blue 188

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

Shades of Moody Blue #7A7BBC

Tints of Moody Blue #7A7BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.41%

 BLUE value IS 188 (73.83% from 255) = 43.42%

R = 28.18%
G = 28.41%
B = 43.42%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7A7BBC (or 0x7A7BBC) is known color: Moody Blue. HEX triplet: 7A, 7B and BC. RGB value is (122,123,188). Sum of RGB (Red+Green+Blue) = 122+123+188=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A7BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7BBC is #858443. Grayscale: #818181. Windows color (decimal): -8750148 or 12352378. OLE color: 12352378.

HSL color Cylindrical-coordinate representation of color #7A7BBC: hue angle of 239.09º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A7BBC is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 123 188 -
CMYK 0.35 0.35 0 0.26
HSL 239.09º 0.33% 0.61% -
HSV(B) 239.09º 0.35% 0.74% -
XYZ 24.19 21.93 50.54 -
YUV 130.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 122 123 188 0.35 0.35 0 0.26 239.09 0.33 0.61
Hex 7A 7B BC 23 23 0 1A EF 21 3D
Octal 172 173 274 43 43 0 32 357 41 75
Binary 1111010 1111011 10111100 100011 100011 0 11010 11101111 100001 111101

Color Harmonies of #7A7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7BBC

Black with #7A7BBC

Text Example


Text Example

White with #7A7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,123,188); }

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

background-color css

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

 a { background-color: rgb(122,123,188); }

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

border-color css

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

 span { border-color: rgb(122,123,188); }

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