Html Css Color HEX #7B7BAE Chetwode Blue

📋 copy color: '#7B7BAE'

red 123 ◦ green 123 ◦ blue 174

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

Shades of Chetwode Blue #7B7BAE

Tints of Chetwode Blue #7B7BAE

RGB

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

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

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

R = 29.29%
G = 29.29%
B = 41.43%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B7BAE (or 0x7B7BAE) is known color: Chetwode Blue. HEX triplet: 7B, 7B and AE. RGB value is (123,123,174). Sum of RGB (Red+Green+Blue) = 123+123+174=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B7BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7BAE is #848451. Grayscale: #808080. Windows color (decimal): -8684626 or 11434875. OLE color: 11434875.

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

Color convert

RGB 123 123 174 -
CMYK 0.29 0.29 0 0.32
HSL 240º 0.24% 0.58% -
HSV(B) 240º 0.29% 0.68% -
XYZ 22.89 21.43 42.97 -
YUV 128.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 123 123 174 0.29 0.29 0 0.32 240 0.24 0.58
Hex 7B 7B AE 1D 1D 0 20 F0 18 3A
Octal 173 173 256 35 35 0 40 360 30 72
Binary 1111011 1111011 10101110 11101 11101 0 100000 11110000 11000 111010

Color Harmonies of #7B7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7BAE

Black with #7B7BAE

Text Example


Text Example

White with #7B7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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