Html Css Color HEX #756FC7 Moody Blue

📋 copy color: '#756FC7'

red 117 ◦ green 111 ◦ blue 199

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

Shades of Moody Blue #756FC7

Tints of Moody Blue #756FC7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26%

 BLUE value IS 199 (78.13% from 255) = 46.6%

R = 27.4%
G = 26%
B = 46.6%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#756FC7 (or 0x756FC7) is known color: Moody Blue. HEX triplet: 75, 6F and C7. RGB value is (117,111,199). Sum of RGB (Red+Green+Blue) = 117+111+199=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 199 - color contains mainly: blue. Hex color #756FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FC7 is #8A9038. Grayscale: #7A7A7A. Windows color (decimal): -9080889 or 13070197. OLE color: 13070197.

HSL color Cylindrical-coordinate representation of color #756FC7: hue angle of 244.09º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #756FC7 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 111 199 -
CMYK 0.41 0.44 0 0.22
HSL 244.09º 0.44% 0.61% -
HSV(B) 244.09º 0.44% 0.78% -
XYZ 23.33 19.27 56.52 -
YUV 122.83 170.99 123.84 -
System Red Green Blue C M Y K H S L
Decimal 117 111 199 0.41 0.44 0 0.22 244.09 0.44 0.61
Hex 75 6F C7 29 2C 0 16 F4 2C 3D
Octal 165 157 307 51 54 0 26 364 54 75
Binary 1110101 1101111 11000111 101001 101100 0 10110 11110100 101100 111101

Color Harmonies of #756FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FC7

Black with #756FC7

Text Example


Text Example

White with #756FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,111,199); }

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

background-color css

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

 a { background-color: rgb(117,111,199); }

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

border-color css

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

 span { border-color: rgb(117,111,199); }

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