Html Css Color HEX #7275D1 Moody Blue

📋 copy color: '#7275D1'

red 114 ◦ green 117 ◦ blue 209

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

Shades of Moody Blue #7275D1

Tints of Moody Blue #7275D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.5%

R = 25.91%
G = 26.59%
B = 47.5%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7275D1 (or 0x7275D1) is known color: Moody Blue. HEX triplet: 72, 75 and D1. RGB value is (114,117,209). Sum of RGB (Red+Green+Blue) = 114+117+209=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #7275D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7275D1 is #8D8A2E. Grayscale: #7E7E7E. Windows color (decimal): -9275951 or 13727090. OLE color: 13727090.

HSL color Cylindrical-coordinate representation of color #7275D1: hue angle of 238.11º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7275D1 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 117 209 -
CMYK 0.45 0.44 0 0.18
HSL 238.11º 0.51% 0.63% -
HSV(B) 238.11º 0.45% 0.82% -
XYZ 24.81 20.9 63.05 -
YUV 126.59 174.51 119.02 -
System Red Green Blue C M Y K H S L
Decimal 114 117 209 0.45 0.44 0 0.18 238.11 0.51 0.63
Hex 72 75 D1 2D 2C 0 12 EE 33 3F
Octal 162 165 321 55 54 0 22 356 63 77
Binary 1110010 1110101 11010001 101101 101100 0 10010 11101110 110011 111111

Color Harmonies of #7275D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7275D1

Black with #7275D1

Text Example


Text Example

White with #7275D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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