Html Css Color HEX #756FD6 Moody Blue

📋 copy color: '#756FD6'

red 117 ◦ green 111 ◦ blue 214

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

Shades of Moody Blue #756FD6

Tints of Moody Blue #756FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.42%

R = 26.47%
G = 25.11%
B = 48.42%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#756FD6 (or 0x756FD6) is known color: Moody Blue. HEX triplet: 75, 6F and D6. RGB value is (117,111,214). Sum of RGB (Red+Green+Blue) = 117+111+214=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #756FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FD6 is #8A9029. Grayscale: #7C7C7C. Windows color (decimal): -9080874 or 14053237. OLE color: 14053237.

HSL color Cylindrical-coordinate representation of color #756FD6: hue angle of 243.5º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #756FD6 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 111 214 -
CMYK 0.45 0.48 0 0.16
HSL 243.5º 0.56% 0.64% -
HSV(B) 243.5º 0.48% 0.84% -
XYZ 25.16 20.01 66.15 -
YUV 124.54 178.49 122.62 -
System Red Green Blue C M Y K H S L
Decimal 117 111 214 0.45 0.48 0 0.16 243.5 0.56 0.64
Hex 75 6F D6 2D 30 0 10 F3 38 40
Octal 165 157 326 55 60 0 20 363 70 100
Binary 1110101 1101111 11010110 101101 110000 0 10000 11110011 111000 1000000

Color Harmonies of #756FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FD6

Black with #756FD6

Text Example


Text Example

White with #756FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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