Html Css Color HEX #756FCA Moody Blue

📋 copy color: '#756FCA'

red 117 ◦ green 111 ◦ blue 202

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

Shades of Moody Blue #756FCA

Tints of Moody Blue #756FCA

RGB

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

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

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

R = 27.21%
G = 25.81%
B = 46.98%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#756FCA (or 0x756FCA) is known color: Moody Blue. HEX triplet: 75, 6F and CA. RGB value is (117,111,202). Sum of RGB (Red+Green+Blue) = 117+111+202=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #756FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FCA is #8A9035. Grayscale: #7A7A7A. Windows color (decimal): -9080886 or 13266805. OLE color: 13266805.

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

Color convert

RGB 117 111 202 -
CMYK 0.42 0.45 0 0.21
HSL 243.96º 0.46% 0.61% -
HSV(B) 243.96º 0.45% 0.79% -
XYZ 23.68 19.42 58.38 -
YUV 123.17 172.49 123.6 -
System Red Green Blue C M Y K H S L
Decimal 117 111 202 0.42 0.45 0 0.21 243.96 0.46 0.61
Hex 75 6F CA 2A 2D 0 15 F4 2E 3D
Octal 165 157 312 52 55 0 25 364 56 75
Binary 1110101 1101111 11001010 101010 101101 0 10101 11110100 101110 111101

Color Harmonies of #756FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FCA

Black with #756FCA

Text Example


Text Example

White with #756FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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