Html Css Color HEX #7675A9 Chetwode Blue

📋 copy color: '#7675A9'

red 118 ◦ green 117 ◦ blue 169

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

Shades of Chetwode Blue #7675A9

Tints of Chetwode Blue #7675A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.83%

R = 29.21%
G = 28.96%
B = 41.83%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7675A9 (or 0x7675A9) is known color: Chetwode Blue. HEX triplet: 76, 75 and A9. RGB value is (118,117,169). Sum of RGB (Red+Green+Blue) = 118+117+169=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 169 - color contains mainly: blue. Hex color #7675A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7675A9 is #898A56. Grayscale: #7B7B7B. Windows color (decimal): -9013847 or 11105654. OLE color: 11105654.

HSL color Cylindrical-coordinate representation of color #7675A9: hue angle of 241.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7675A9 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 117 169 -
CMYK 0.30 0.31 0 0.34
HSL 241.15º 0.23% 0.56% -
HSV(B) 241.15º 0.31% 0.66% -
XYZ 20.99 19.44 40.18 -
YUV 123.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 118 117 169 0.30 0.31 0 0.34 241.15 0.23 0.56
Hex 76 75 A9 1E 1F 0 22 F1 17 38
Octal 166 165 251 36 37 0 42 361 27 70
Binary 1110110 1110101 10101001 11110 11111 0 100010 11110001 10111 111000

Color Harmonies of #7675A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7675A9

Black with #7675A9

Text Example


Text Example

White with #7675A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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