Html Css Color HEX #756CC9 Moody Blue

📋 copy color: '#756CC9'

red 117 ◦ green 108 ◦ blue 201

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

Shades of Moody Blue #756CC9

Tints of Moody Blue #756CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.18%

R = 27.46%
G = 25.35%
B = 47.18%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#756CC9 (or 0x756CC9) is known color: Moody Blue. HEX triplet: 75, 6C and C9. RGB value is (117,108,201). Sum of RGB (Red+Green+Blue) = 117+108+201=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #756CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CC9 is #8A9336. Grayscale: #787878. Windows color (decimal): -9081655 or 13200501. OLE color: 13200501.

HSL color Cylindrical-coordinate representation of color #756CC9: hue angle of 245.81º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #756CC9 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 108 201 -
CMYK 0.42 0.46 0 0.21
HSL 245.81º 0.46% 0.61% -
HSV(B) 245.81º 0.46% 0.79% -
XYZ 23.24 18.72 57.65 -
YUV 121.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 117 108 201 0.42 0.46 0 0.21 245.81 0.46 0.61
Hex 75 6C C9 2A 2E 0 15 F6 2E 3D
Octal 165 154 311 52 56 0 25 366 56 75
Binary 1110101 1101100 11001001 101010 101110 0 10101 11110110 101110 111101

Color Harmonies of #756CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CC9

Black with #756CC9

Text Example


Text Example

White with #756CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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