Html Css Color HEX #756CCA Moody Blue

📋 copy color: '#756CCA'

red 117 ◦ green 108 ◦ blue 202

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

Shades of Moody Blue #756CCA

Tints of Moody Blue #756CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 27.4%
G = 25.29%
B = 47.31%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#756CCA (or 0x756CCA) is known color: Moody Blue. HEX triplet: 75, 6C and CA. RGB value is (117,108,202). Sum of RGB (Red+Green+Blue) = 117+108+202=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #756CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CCA is #8A9335. Grayscale: #797979. Windows color (decimal): -9081654 or 13266037. OLE color: 13266037.

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

Color convert

RGB 117 108 202 -
CMYK 0.42 0.47 0 0.21
HSL 245.74º 0.47% 0.61% -
HSV(B) 245.74º 0.47% 0.79% -
XYZ 23.36 18.77 58.27 -
YUV 121.41 173.48 124.86 -
System Red Green Blue C M Y K H S L
Decimal 117 108 202 0.42 0.47 0 0.21 245.74 0.47 0.61
Hex 75 6C CA 2A 2F 0 15 F6 2F 3D
Octal 165 154 312 52 57 0 25 366 57 75
Binary 1110101 1101100 11001010 101010 101111 0 10101 11110110 101111 111101

Color Harmonies of #756CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CCA

Black with #756CCA

Text Example


Text Example

White with #756CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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