Html Css Color HEX #7675BB Moody Blue

📋 copy color: '#7675BB'

red 118 ◦ green 117 ◦ blue 187

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

Shades of Moody Blue #7675BB

Tints of Moody Blue #7675BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 27.96%
G = 27.73%
B = 44.31%

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

#7675BB (or 0x7675BB) is known color: Moody Blue. HEX triplet: 76, 75 and BB. RGB value is (118,117,187). Sum of RGB (Red+Green+Blue) = 118+117+187=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #7675BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7675BB is #898A44. Grayscale: #7D7D7D. Windows color (decimal): -9013829 or 12285302. OLE color: 12285302.

HSL color Cylindrical-coordinate representation of color #7675BB: hue angle of 240.86º degrees, saturation: 0.34, 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 #7675BB is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 117 187 -
CMYK 0.37 0.37 0 0.27
HSL 240.86º 0.34% 0.6% -
HSV(B) 240.86º 0.37% 0.73% -
XYZ 22.8 20.16 49.7 -
YUV 125.28 162.83 122.81 -
System Red Green Blue C M Y K H S L
Decimal 118 117 187 0.37 0.37 0 0.27 240.86 0.34 0.6
Hex 76 75 BB 25 25 0 1B F1 22 3C
Octal 166 165 273 45 45 0 33 361 42 74
Binary 1110110 1110101 10111011 100101 100101 0 11011 11110001 100010 111100

Color Harmonies of #7675BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7675BB

Black with #7675BB

Text Example


Text Example

White with #7675BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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