Html Css Color HEX #7370CE Moody Blue

📋 copy color: '#7370CE'

red 115 ◦ green 112 ◦ blue 206

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

Shades of Moody Blue #7370CE

Tints of Moody Blue #7370CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 26.56%
G = 25.87%
B = 47.58%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7370CE (or 0x7370CE) is known color: Moody Blue. HEX triplet: 73, 70 and CE. RGB value is (115,112,206). Sum of RGB (Red+Green+Blue) = 115+112+206=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #7370CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7370CE is #8C8F31. Grayscale: #7B7B7B. Windows color (decimal): -9211698 or 13529203. OLE color: 13529203.

HSL color Cylindrical-coordinate representation of color #7370CE: hue angle of 241.91º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7370CE is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 112 206 -
CMYK 0.44 0.46 0 0.19
HSL 241.91º 0.49% 0.62% -
HSV(B) 241.91º 0.46% 0.81% -
XYZ 24 19.69 60.93 -
YUV 123.61 174.49 121.86 -
System Red Green Blue C M Y K H S L
Decimal 115 112 206 0.44 0.46 0 0.19 241.91 0.49 0.62
Hex 73 70 CE 2C 2E 0 13 F2 31 3E
Octal 163 160 316 54 56 0 23 362 61 76
Binary 1110011 1110000 11001110 101100 101110 0 10011 11110010 110001 111110

Color Harmonies of #7370CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7370CE

Black with #7370CE

Text Example


Text Example

White with #7370CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7370CE; }

 p { color: rgb(115,112,206); }

 H1.HeaderClassName
 {
   color: #7370CE;
 }
 .AnyTagClassName
 {
   color: #7370CE;
 }
</style>

background-color css

<style>
 a { background-color: #7370CE; }

 a { background-color: rgb(115,112,206); }

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

border-color css

<style>
 span { border-color: #7370CE; }

 span { border-color: rgb(115,112,206); }

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