Html Css Color HEX #756FD8 Moody Blue

📋 copy color: '#756FD8'

red 117 ◦ green 111 ◦ blue 216

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

Shades of Moody Blue #756FD8

Tints of Moody Blue #756FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.65%

R = 26.35%
G = 25%
B = 48.65%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#756FD8 (or 0x756FD8) is known color: Moody Blue. HEX triplet: 75, 6F and D8. RGB value is (117,111,216). Sum of RGB (Red+Green+Blue) = 117+111+216=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #756FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FD8 is #8A9027. Grayscale: #7C7C7C. Windows color (decimal): -9080872 or 14184309. OLE color: 14184309.

HSL color Cylindrical-coordinate representation of color #756FD8: hue angle of 243.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #756FD8 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 111 216 -
CMYK 0.46 0.49 0 0.15
HSL 243.43º 0.57% 0.64% -
HSV(B) 243.43º 0.49% 0.85% -
XYZ 25.42 20.11 67.51 -
YUV 124.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 117 111 216 0.46 0.49 0 0.15 243.43 0.57 0.64
Hex 75 6F D8 2E 31 0 F F3 39 40
Octal 165 157 330 56 61 0 17 363 71 100
Binary 1110101 1101111 11011000 101110 110001 0 1111 11110011 111001 1000000

Color Harmonies of #756FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FD8

Black with #756FD8

Text Example


Text Example

White with #756FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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