Html Css Color HEX #7A7FCA Moody Blue

📋 copy color: '#7A7FCA'

red 122 ◦ green 127 ◦ blue 202

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

Shades of Moody Blue #7A7FCA

Tints of Moody Blue #7A7FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 28.16%

 BLUE value IS 202 (79.3% from 255) = 44.79%

R = 27.05%
G = 28.16%
B = 44.79%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A7FCA (or 0x7A7FCA) is known color: Moody Blue. HEX triplet: 7A, 7F and CA. RGB value is (122,127,202). Sum of RGB (Red+Green+Blue) = 122+127+202=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A7FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7FCA is #858035. Grayscale: #858585. Windows color (decimal): -8749110 or 13270906. OLE color: 13270906.

HSL color Cylindrical-coordinate representation of color #7A7FCA: hue angle of 236.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A7FCA is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 127 202 -
CMYK 0.40 0.37 0 0.21
HSL 236.25º 0.43% 0.64% -
HSV(B) 236.25º 0.4% 0.79% -
XYZ 26.28 23.58 59.04 -
YUV 134.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 122 127 202 0.40 0.37 0 0.21 236.25 0.43 0.64
Hex 7A 7F CA 28 25 0 15 EC 2B 40
Octal 172 177 312 50 45 0 25 354 53 100
Binary 1111010 1111111 11001010 101000 100101 0 10101 11101100 101011 1000000

Color Harmonies of #7A7FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7FCA

Black with #7A7FCA

Text Example


Text Example

White with #7A7FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,127,202); }

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

background-color css

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

 a { background-color: rgb(122,127,202); }

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

border-color css

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

 span { border-color: rgb(122,127,202); }

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