Html Css Color HEX #7A7BC4 Moody Blue

📋 copy color: '#7A7BC4'

red 122 ◦ green 123 ◦ blue 196

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

Shades of Moody Blue #7A7BC4

Tints of Moody Blue #7A7BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.44%

R = 27.66%
G = 27.89%
B = 44.44%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7A7BC4 (or 0x7A7BC4) is known color: Moody Blue. HEX triplet: 7A, 7B and C4. RGB value is (122,123,196). Sum of RGB (Red+Green+Blue) = 122+123+196=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A7BC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7BC4 is #85843B. Grayscale: #828282. Windows color (decimal): -8750140 or 12876666. OLE color: 12876666.

HSL color Cylindrical-coordinate representation of color #7A7BC4: hue angle of 239.19º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A7BC4 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 122 123 196 -
CMYK 0.38 0.37 0 0.23
HSL 239.19º 0.39% 0.62% -
HSV(B) 239.19º 0.38% 0.77% -
XYZ 25.07 22.29 55.21 -
YUV 131.02 164.67 121.56 -
System Red Green Blue C M Y K H S L
Decimal 122 123 196 0.38 0.37 0 0.23 239.19 0.39 0.62
Hex 7A 7B C4 26 25 0 17 EF 27 3E
Octal 172 173 304 46 45 0 27 357 47 76
Binary 1111010 1111011 11000100 100110 100101 0 10111 11101111 100111 111110

Color Harmonies of #7A7BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7BC4

Black with #7A7BC4

Text Example


Text Example

White with #7A7BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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