Html Css Color HEX #7B7AAF Chetwode Blue

📋 copy color: '#7B7AAF'

red 123 ◦ green 122 ◦ blue 175

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

Shades of Chetwode Blue #7B7AAF

Tints of Chetwode Blue #7B7AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 29.29%
G = 29.05%
B = 41.67%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7B7AAF (or 0x7B7AAF) is known color: Chetwode Blue. HEX triplet: 7B, 7A and AF. RGB value is (123,122,175). Sum of RGB (Red+Green+Blue) = 123+122+175=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B7AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7AAF is #848550. Grayscale: #808080. Windows color (decimal): -8684881 or 11500155. OLE color: 11500155.

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

Color convert

RGB 123 122 175 -
CMYK 0.30 0.30 0 0.31
HSL 241.13º 0.25% 0.58% -
HSV(B) 241.13º 0.3% 0.69% -
XYZ 22.87 21.23 43.45 -
YUV 128.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 123 122 175 0.30 0.30 0 0.31 241.13 0.25 0.58
Hex 7B 7A AF 1E 1E 0 1F F1 19 3A
Octal 173 172 257 36 36 0 37 361 31 72
Binary 1111011 1111010 10101111 11110 11110 0 11111 11110001 11001 111010

Color Harmonies of #7B7AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7AAF

Black with #7B7AAF

Text Example


Text Example

White with #7B7AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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