Html Css Color HEX #7375CC Moody Blue

📋 copy color: '#7375CC'

red 115 ◦ green 117 ◦ blue 204

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

Shades of Moody Blue #7375CC

Tints of Moody Blue #7375CC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.83%

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 26.38%
G = 26.83%
B = 46.79%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7375CC (or 0x7375CC) is known color: Moody Blue. HEX triplet: 73, 75 and CC. RGB value is (115,117,204). Sum of RGB (Red+Green+Blue) = 115+117+204=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #7375CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7375CC is #8C8A33. Grayscale: #7D7D7D. Windows color (decimal): -9210420 or 13399411. OLE color: 13399411.

HSL color Cylindrical-coordinate representation of color #7375CC: hue angle of 238.65º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7375CC is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 117 204 -
CMYK 0.44 0.43 0 0.2
HSL 238.65º 0.47% 0.63% -
HSV(B) 238.65º 0.44% 0.8% -
XYZ 24.33 20.73 59.85 -
YUV 126.32 171.84 119.93 -
System Red Green Blue C M Y K H S L
Decimal 115 117 204 0.44 0.43 0 0.2 238.65 0.47 0.63
Hex 73 75 CC 2C 2B 0 14 EF 2F 3F
Octal 163 165 314 54 53 0 24 357 57 77
Binary 1110011 1110101 11001100 101100 101011 0 10100 11101111 101111 111111

Color Harmonies of #7375CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7375CC

Black with #7375CC

Text Example


Text Example

White with #7375CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7375CC; }

 p { color: rgb(115,117,204); }

 H1.HeaderClassName
 {
   color: #7375CC;
 }
 .AnyTagClassName
 {
   color: #7375CC;
 }
</style>

background-color css

<style>
 a { background-color: #7375CC; }

 a { background-color: rgb(115,117,204); }

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

border-color css

<style>
 span { border-color: #7375CC; }

 span { border-color: rgb(115,117,204); }

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