Html Css Color HEX #7675AE Chetwode Blue

📋 copy color: '#7675AE'

red 118 ◦ green 117 ◦ blue 174

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

Shades of Chetwode Blue #7675AE

Tints of Chetwode Blue #7675AE

RGB

 RED value IS 118 (46.48% from 255) = 28.85%

 GREEN value IS 117 (46.09% from 255) = 28.61%

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

R = 28.85%
G = 28.61%
B = 42.54%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7675AE (or 0x7675AE) is known color: Chetwode Blue. HEX triplet: 76, 75 and AE. RGB value is (118,117,174). Sum of RGB (Red+Green+Blue) = 118+117+174=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #7675AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7675AE is #898A51. Grayscale: #7B7B7B. Windows color (decimal): -9013842 or 11433334. OLE color: 11433334.

HSL color Cylindrical-coordinate representation of color #7675AE: hue angle of 241.05º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7675AE is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 117 174 -
CMYK 0.32 0.33 0 0.32
HSL 241.05º 0.26% 0.57% -
HSV(B) 241.05º 0.33% 0.68% -
XYZ 21.47 19.63 42.7 -
YUV 123.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 118 117 174 0.32 0.33 0 0.32 241.05 0.26 0.57
Hex 76 75 AE 20 21 0 20 F1 1A 39
Octal 166 165 256 40 41 0 40 361 32 71
Binary 1110110 1110101 10101110 100000 100001 0 100000 11110001 11010 111001

Color Harmonies of #7675AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7675AE

Black with #7675AE

Text Example


Text Example

White with #7675AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7675AE; }

 p { color: rgb(118,117,174); }

 H1.HeaderClassName
 {
   color: #7675AE;
 }
 .AnyTagClassName
 {
   color: #7675AE;
 }
</style>

background-color css

<style>
 a { background-color: #7675AE; }

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

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

border-color css

<style>
 span { border-color: #7675AE; }

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

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