Html Css Color HEX #7675B4 Chetwode Blue

📋 copy color: '#7675B4'

red 118 ◦ green 117 ◦ blue 180

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

Shades of Chetwode Blue #7675B4

Tints of Chetwode Blue #7675B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.37%

R = 28.43%
G = 28.19%
B = 43.37%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7675B4 (or 0x7675B4) is known color: Chetwode Blue. HEX triplet: 76, 75 and B4. RGB value is (118,117,180). Sum of RGB (Red+Green+Blue) = 118+117+180=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #7675B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7675B4 is #898A4B. Grayscale: #7C7C7C. Windows color (decimal): -9013836 or 11826550. OLE color: 11826550.

HSL color Cylindrical-coordinate representation of color #7675B4: hue angle of 240.95º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7675B4 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 117 180 -
CMYK 0.34 0.35 0 0.29
HSL 240.95º 0.3% 0.58% -
HSV(B) 240.95º 0.35% 0.71% -
XYZ 22.07 19.87 45.85 -
YUV 124.48 159.33 123.38 -
System Red Green Blue C M Y K H S L
Decimal 118 117 180 0.34 0.35 0 0.29 240.95 0.3 0.58
Hex 76 75 B4 22 23 0 1D F1 1E 3A
Octal 166 165 264 42 43 0 35 361 36 72
Binary 1110110 1110101 10110100 100010 100011 0 11101 11110001 11110 111010

Color Harmonies of #7675B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7675B4

Black with #7675B4

Text Example


Text Example

White with #7675B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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