Html Css Color HEX #7B7AAE Chetwode Blue

📋 copy color: '#7B7AAE'

red 123 ◦ green 122 ◦ blue 174

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

Shades of Chetwode Blue #7B7AAE

Tints of Chetwode Blue #7B7AAE

RGB

 RED value IS 123 (48.44% from 255) = 29.36%

 GREEN value IS 122 (48.05% from 255) = 29.12%

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

R = 29.36%
G = 29.12%
B = 41.53%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B7AAE (or 0x7B7AAE) is known color: Chetwode Blue. HEX triplet: 7B, 7A and AE. RGB value is (123,122,174). Sum of RGB (Red+Green+Blue) = 123+122+174=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B7AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7AAE is #848551. Grayscale: #808080. Windows color (decimal): -8684882 or 11434619. OLE color: 11434619.

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

Color convert

RGB 123 122 174 -
CMYK 0.29 0.30 0 0.32
HSL 241.15º 0.24% 0.58% -
HSV(B) 241.15º 0.3% 0.68% -
XYZ 22.77 21.19 42.93 -
YUV 128.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 123 122 174 0.29 0.30 0 0.32 241.15 0.24 0.58
Hex 7B 7A AE 1D 1E 0 20 F1 18 3A
Octal 173 172 256 35 36 0 40 361 30 72
Binary 1111011 1111010 10101110 11101 11110 0 100000 11110001 11000 111010

Color Harmonies of #7B7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7AAE

Black with #7B7AAE

Text Example


Text Example

White with #7B7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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