Html Css Color HEX #7A78AE Chetwode Blue

📋 copy color: '#7A78AE'

red 122 ◦ green 120 ◦ blue 174

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

Shades of Chetwode Blue #7A78AE

Tints of Chetwode Blue #7A78AE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.85%

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 29.33%
G = 28.85%
B = 41.83%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7A78AE (or 0x7A78AE) is known color: Chetwode Blue. HEX triplet: 7A, 78 and AE. RGB value is (122,120,174). Sum of RGB (Red+Green+Blue) = 122+120+174=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A78AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A78AE is #858751. Grayscale: #7E7E7E. Windows color (decimal): -8750930 or 11434106. OLE color: 11434106.

HSL color Cylindrical-coordinate representation of color #7A78AE: hue angle of 242.22º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A78AE is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 120 174 -
CMYK 0.30 0.31 0 0.32
HSL 242.22º 0.25% 0.58% -
HSV(B) 242.22º 0.31% 0.68% -
XYZ 22.38 20.63 42.85 -
YUV 126.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 122 120 174 0.30 0.31 0 0.32 242.22 0.25 0.58
Hex 7A 78 AE 1E 1F 0 20 F2 19 3A
Octal 172 170 256 36 37 0 40 362 31 72
Binary 1111010 1111000 10101110 11110 11111 0 100000 11110010 11001 111010

Color Harmonies of #7A78AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A78AE

Black with #7A78AE

Text Example


Text Example

White with #7A78AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,120,174); }

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

background-color css

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

 a { background-color: rgb(122,120,174); }

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

border-color css

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

 span { border-color: rgb(122,120,174); }

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