Html Css Color HEX #756BBF Moody Blue

📋 copy color: '#756BBF'

red 117 ◦ green 107 ◦ blue 191

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

Shades of Moody Blue #756BBF

Tints of Moody Blue #756BBF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.78%

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

R = 28.19%
G = 25.78%
B = 46.02%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#756BBF (or 0x756BBF) is known color: Moody Blue. HEX triplet: 75, 6B and BF. RGB value is (117,107,191). Sum of RGB (Red+Green+Blue) = 117+107+191=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #756BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BBF is #8A9440. Grayscale: #777777. Windows color (decimal): -9081921 or 12544885. OLE color: 12544885.

HSL color Cylindrical-coordinate representation of color #756BBF: hue angle of 247.14º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #756BBF is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 107 191 -
CMYK 0.39 0.44 0 0.25
HSL 247.14º 0.4% 0.58% -
HSV(B) 247.14º 0.44% 0.75% -
XYZ 22 18.06 51.62 -
YUV 119.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 117 107 191 0.39 0.44 0 0.25 247.14 0.4 0.58
Hex 75 6B BF 27 2C 0 19 F7 28 3A
Octal 165 153 277 47 54 0 31 367 50 72
Binary 1110101 1101011 10111111 100111 101100 0 11001 11110111 101000 111010

Color Harmonies of #756BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756BBF

Black with #756BBF

Text Example


Text Example

White with #756BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756BBF; }

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

 H1.HeaderClassName
 {
   color: #756BBF;
 }
 .AnyTagClassName
 {
   color: #756BBF;
 }
</style>

background-color css

<style>
 a { background-color: #756BBF; }

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

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

border-color css

<style>
 span { border-color: #756BBF; }

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

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