Html Css Color HEX #7675BF Moody Blue

📋 copy color: '#7675BF'

red 118 ◦ green 117 ◦ blue 191

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

Shades of Moody Blue #7675BF

Tints of Moody Blue #7675BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.84%

R = 27.7%
G = 27.46%
B = 44.84%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7675BF (or 0x7675BF) is known color: Moody Blue. HEX triplet: 76, 75 and BF. RGB value is (118,117,191). Sum of RGB (Red+Green+Blue) = 118+117+191=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #7675BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7675BF is #898A40. Grayscale: #7D7D7D. Windows color (decimal): -9013825 or 12547446. OLE color: 12547446.

HSL color Cylindrical-coordinate representation of color #7675BF: hue angle of 240.81º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7675BF is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 117 191 -
CMYK 0.38 0.39 0 0.25
HSL 240.81º 0.37% 0.6% -
HSV(B) 240.81º 0.39% 0.75% -
XYZ 23.24 20.34 51.99 -
YUV 125.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 118 117 191 0.38 0.39 0 0.25 240.81 0.37 0.6
Hex 76 75 BF 26 27 0 19 F1 25 3C
Octal 166 165 277 46 47 0 31 361 45 74
Binary 1110110 1110101 10111111 100110 100111 0 11001 11110001 100101 111100

Color Harmonies of #7675BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7675BF

Black with #7675BF

Text Example


Text Example

White with #7675BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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