Html Css Color HEX #756ECF Moody Blue

📋 copy color: '#756ECF'

red 117 ◦ green 110 ◦ blue 207

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

Shades of Moody Blue #756ECF

Tints of Moody Blue #756ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.35%

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 26.96%
G = 25.35%
B = 47.7%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#756ECF (or 0x756ECF) is known color: Moody Blue. HEX triplet: 75, 6E and CF. RGB value is (117,110,207). Sum of RGB (Red+Green+Blue) = 117+110+207=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #756ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ECF is #8A9130. Grayscale: #7A7A7A. Windows color (decimal): -9081137 or 13594229. OLE color: 13594229.

HSL color Cylindrical-coordinate representation of color #756ECF: hue angle of 244.33º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #756ECF is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 110 207 -
CMYK 0.43 0.47 0 0.19
HSL 244.33º 0.5% 0.62% -
HSV(B) 244.33º 0.47% 0.81% -
XYZ 24.17 19.44 61.51 -
YUV 123.15 175.32 123.61 -
System Red Green Blue C M Y K H S L
Decimal 117 110 207 0.43 0.47 0 0.19 244.33 0.5 0.62
Hex 75 6E CF 2B 2F 0 13 F4 32 3E
Octal 165 156 317 53 57 0 23 364 62 76
Binary 1110101 1101110 11001111 101011 101111 0 10011 11110100 110010 111110

Color Harmonies of #756ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756ECF

Black with #756ECF

Text Example


Text Example

White with #756ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,110,207); }

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

background-color css

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

 a { background-color: rgb(117,110,207); }

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

border-color css

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

 span { border-color: rgb(117,110,207); }

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