Html Css Color HEX #736BC0 Moody Blue

📋 copy color: '#736BC0'

red 115 ◦ green 107 ◦ blue 192

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

Shades of Moody Blue #736BC0

Tints of Moody Blue #736BC0

RGB

 RED value IS 115 (45.31% from 255) = 27.78%

 GREEN value IS 107 (42.19% from 255) = 25.85%

 BLUE value IS 192 (75.39% from 255) = 46.38%

R = 27.78%
G = 25.85%
B = 46.38%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#736BC0 (or 0x736BC0) is known color: Moody Blue. HEX triplet: 73, 6B and C0. RGB value is (115,107,192). Sum of RGB (Red+Green+Blue) = 115+107+192=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #736BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736BC0 is #8C943F. Grayscale: #767676. Windows color (decimal): -9212992 or 12610419. OLE color: 12610419.

HSL color Cylindrical-coordinate representation of color #736BC0: hue angle of 245.65º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #736BC0 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 107 192 -
CMYK 0.40 0.44 0 0.25
HSL 245.65º 0.4% 0.59% -
HSV(B) 245.65º 0.44% 0.75% -
XYZ 21.84 17.97 52.19 -
YUV 119.08 169.15 125.09 -
System Red Green Blue C M Y K H S L
Decimal 115 107 192 0.40 0.44 0 0.25 245.65 0.4 0.59
Hex 73 6B C0 28 2C 0 19 F6 28 3B
Octal 163 153 300 50 54 0 31 366 50 73
Binary 1110011 1101011 11000000 101000 101100 0 11001 11110110 101000 111011

Color Harmonies of #736BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736BC0

Black with #736BC0

Text Example


Text Example

White with #736BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736BC0; }

 p { color: rgb(115,107,192); }

 H1.HeaderClassName
 {
   color: #736BC0;
 }
 .AnyTagClassName
 {
   color: #736BC0;
 }
</style>

background-color css

<style>
 a { background-color: #736BC0; }

 a { background-color: rgb(115,107,192); }

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

border-color css

<style>
 span { border-color: #736BC0; }

 span { border-color: rgb(115,107,192); }

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