Html Css Color HEX #7275CD Moody Blue

📋 copy color: '#7275CD'

red 114 ◦ green 117 ◦ blue 205

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

Shades of Moody Blue #7275CD

Tints of Moody Blue #7275CD

RGB

 RED value IS 114 (44.92% from 255) = 26.15%

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 26.15%
G = 26.83%
B = 47.02%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7275CD (or 0x7275CD) is known color: Moody Blue. HEX triplet: 72, 75 and CD. RGB value is (114,117,205). Sum of RGB (Red+Green+Blue) = 114+117+205=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #7275CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7275CD is #8D8A32. Grayscale: #7D7D7D. Windows color (decimal): -9275955 or 13464946. OLE color: 13464946.

HSL color Cylindrical-coordinate representation of color #7275CD: hue angle of 238.02º degrees, saturation: 0.48, 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 #7275CD is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 117 205 -
CMYK 0.44 0.43 0 0.20
HSL 238.02º 0.48% 0.63% -
HSV(B) 238.02º 0.44% 0.8% -
XYZ 24.32 20.71 60.47 -
YUV 126.14 172.51 119.34 -
System Red Green Blue C M Y K H S L
Decimal 114 117 205 0.44 0.43 0 0.20 238.02 0.48 0.63
Hex 72 75 CD 2C 2B 0 14 EE 30 3F
Octal 162 165 315 54 53 0 24 356 60 77
Binary 1110010 1110101 11001101 101100 101011 0 10100 11101110 110000 111111

Color Harmonies of #7275CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7275CD

Black with #7275CD

Text Example


Text Example

White with #7275CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7275CD; }

 p { color: rgb(114,117,205); }

 H1.HeaderClassName
 {
   color: #7275CD;
 }
 .AnyTagClassName
 {
   color: #7275CD;
 }
</style>

background-color css

<style>
 a { background-color: #7275CD; }

 a { background-color: rgb(114,117,205); }

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

border-color css

<style>
 span { border-color: #7275CD; }

 span { border-color: rgb(114,117,205); }

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