Html Css Color HEX #756CCD Moody Blue

📋 copy color: '#756CCD'

red 117 ◦ green 108 ◦ blue 205

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

Shades of Moody Blue #756CCD

Tints of Moody Blue #756CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 27.21%
G = 25.12%
B = 47.67%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#756CCD (or 0x756CCD) is known color: Moody Blue. HEX triplet: 75, 6C and CD. RGB value is (117,108,205). Sum of RGB (Red+Green+Blue) = 117+108+205=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #756CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CCD is #8A9332. Grayscale: #797979. Windows color (decimal): -9081651 or 13462645. OLE color: 13462645.

HSL color Cylindrical-coordinate representation of color #756CCD: hue angle of 245.57º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #756CCD is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 108 205 -
CMYK 0.43 0.47 0 0.20
HSL 245.57º 0.49% 0.61% -
HSV(B) 245.57º 0.47% 0.8% -
XYZ 23.72 18.91 60.16 -
YUV 121.75 174.98 124.61 -
System Red Green Blue C M Y K H S L
Decimal 117 108 205 0.43 0.47 0 0.20 245.57 0.49 0.61
Hex 75 6C CD 2B 2F 0 14 F6 31 3D
Octal 165 154 315 53 57 0 24 366 61 75
Binary 1110101 1101100 11001101 101011 101111 0 10100 11110110 110001 111101

Color Harmonies of #756CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CCD

Black with #756CCD

Text Example


Text Example

White with #756CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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