Html Css Color HEX #756CCF Moody Blue

📋 copy color: '#756CCF'

red 117 ◦ green 108 ◦ blue 207

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

Shades of Moody Blue #756CCF

Tints of Moody Blue #756CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25%

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

R = 27.08%
G = 25%
B = 47.92%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#756CCF (or 0x756CCF) is known color: Moody Blue. HEX triplet: 75, 6C and CF. RGB value is (117,108,207). Sum of RGB (Red+Green+Blue) = 117+108+207=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #756CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CCF is #8A9330. Grayscale: #797979. Windows color (decimal): -9081649 or 13593717. OLE color: 13593717.

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

Color convert

RGB 117 108 207 -
CMYK 0.43 0.48 0 0.19
HSL 245.45º 0.51% 0.62% -
HSV(B) 245.45º 0.48% 0.81% -
XYZ 23.96 19.01 61.44 -
YUV 121.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 117 108 207 0.43 0.48 0 0.19 245.45 0.51 0.62
Hex 75 6C CF 2B 30 0 13 F5 33 3E
Octal 165 154 317 53 60 0 23 365 63 76
Binary 1110101 1101100 11001111 101011 110000 0 10011 11110101 110011 111110

Color Harmonies of #756CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CCF

Black with #756CCF

Text Example


Text Example

White with #756CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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