Html Css Color HEX #7675BA Chetwode Blue

📋 copy color: '#7675BA'

red 118 ◦ green 117 ◦ blue 186

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

Shades of Chetwode Blue #7675BA

Tints of Chetwode Blue #7675BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 28.03%
G = 27.79%
B = 44.18%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7675BA (or 0x7675BA) is known color: Chetwode Blue. HEX triplet: 76, 75 and BA. RGB value is (118,117,186). Sum of RGB (Red+Green+Blue) = 118+117+186=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #7675BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7675BA is #898A45. Grayscale: #7C7C7C. Windows color (decimal): -9013830 or 12219766. OLE color: 12219766.

HSL color Cylindrical-coordinate representation of color #7675BA: hue angle of 240.87º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7675BA is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 117 186 -
CMYK 0.37 0.37 0 0.27
HSL 240.87º 0.33% 0.59% -
HSV(B) 240.87º 0.37% 0.73% -
XYZ 22.7 20.12 49.14 -
YUV 125.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 118 117 186 0.37 0.37 0 0.27 240.87 0.33 0.59
Hex 76 75 BA 25 25 0 1B F1 21 3B
Octal 166 165 272 45 45 0 33 361 41 73
Binary 1110110 1110101 10111010 100101 100101 0 11011 11110001 100001 111011

Color Harmonies of #7675BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7675BA

Black with #7675BA

Text Example


Text Example

White with #7675BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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