Html Css Color HEX #7678BA Chetwode Blue

📋 copy color: '#7678BA'

red 118 ◦ green 120 ◦ blue 186

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

Shades of Chetwode Blue #7678BA

Tints of Chetwode Blue #7678BA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.3%

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

R = 27.83%
G = 28.3%
B = 43.87%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7678BA (or 0x7678BA) is known color: Chetwode Blue. HEX triplet: 76, 78 and BA. RGB value is (118,120,186). Sum of RGB (Red+Green+Blue) = 118+120+186=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #7678BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7678BA is #898745. Grayscale: #7E7E7E. Windows color (decimal): -9013062 or 12220534. OLE color: 12220534.

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

Color convert

RGB 118 120 186 -
CMYK 0.37 0.35 0 0.27
HSL 238.24º 0.33% 0.6% -
HSV(B) 238.24º 0.37% 0.73% -
XYZ 23.05 20.83 49.26 -
YUV 126.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 118 120 186 0.37 0.35 0 0.27 238.24 0.33 0.6
Hex 76 78 BA 25 23 0 1B EE 21 3C
Octal 166 170 272 45 43 0 33 356 41 74
Binary 1110110 1111000 10111010 100101 100011 0 11011 11101110 100001 111100

Color Harmonies of #7678BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7678BA

Black with #7678BA

Text Example


Text Example

White with #7678BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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