Html Css Color HEX #7175CC Moody Blue

📋 copy color: '#7175CC'

red 113 ◦ green 117 ◦ blue 204

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

Shades of Moody Blue #7175CC

Tints of Moody Blue #7175CC

RGB

 RED value IS 113 (44.53% from 255) = 26.04%

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

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

R = 26.04%
G = 26.96%
B = 47%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7175CC (or 0x7175CC) is known color: Moody Blue. HEX triplet: 71, 75 and CC. RGB value is (113,117,204). Sum of RGB (Red+Green+Blue) = 113+117+204=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #7175CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7175CC is #8E8A33. Grayscale: #7D7D7D. Windows color (decimal): -9341492 or 13399409. OLE color: 13399409.

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

Color convert

RGB 113 117 204 -
CMYK 0.45 0.43 0 0.2
HSL 237.36º 0.47% 0.62% -
HSV(B) 237.36º 0.45% 0.8% -
XYZ 24.07 20.59 59.83 -
YUV 125.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 113 117 204 0.45 0.43 0 0.2 237.36 0.47 0.62
Hex 71 75 CC 2D 2B 0 14 ED 2F 3E
Octal 161 165 314 55 53 0 24 355 57 76
Binary 1110001 1110101 11001100 101101 101011 0 10100 11101101 101111 111110

Color Harmonies of #7175CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7175CC

Black with #7175CC

Text Example


Text Example

White with #7175CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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