Html Css Color HEX #7A7BAA Chetwode Blue

📋 copy color: '#7A7BAA'

red 122 ◦ green 123 ◦ blue 170

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

Shades of Chetwode Blue #7A7BAA

Tints of Chetwode Blue #7A7BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 29.4%
G = 29.64%
B = 40.96%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A7BAA (or 0x7A7BAA) is known color: Chetwode Blue. HEX triplet: 7A, 7B and AA. RGB value is (122,123,170). Sum of RGB (Red+Green+Blue) = 122+123+170=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7BAA is #858455. Grayscale: #7F7F7F. Windows color (decimal): -8750166 or 11172730. OLE color: 11172730.

HSL color Cylindrical-coordinate representation of color #7A7BAA: hue angle of 238.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A7BAA is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 123 170 -
CMYK 0.28 0.28 0 0.33
HSL 238.75º 0.22% 0.57% -
HSV(B) 238.75º 0.28% 0.67% -
XYZ 22.36 21.21 40.94 -
YUV 128.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 122 123 170 0.28 0.28 0 0.33 238.75 0.22 0.57
Hex 7A 7B AA 1C 1C 0 21 EF 16 39
Octal 172 173 252 34 34 0 41 357 26 71
Binary 1111010 1111011 10101010 11100 11100 0 100001 11101111 10110 111001

Color Harmonies of #7A7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7BAA

Black with #7A7BAA

Text Example


Text Example

White with #7A7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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