Html Css Color HEX #7275D6 Moody Blue

📋 copy color: '#7275D6'

red 114 ◦ green 117 ◦ blue 214

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

Shades of Moody Blue #7275D6

Tints of Moody Blue #7275D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.09%

R = 25.62%
G = 26.29%
B = 48.09%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7275D6 (or 0x7275D6) is known color: Moody Blue. HEX triplet: 72, 75 and D6. RGB value is (114,117,214). Sum of RGB (Red+Green+Blue) = 114+117+214=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #7275D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7275D6 is #8D8A29. Grayscale: #7E7E7E. Windows color (decimal): -9275946 or 14054770. OLE color: 14054770.

HSL color Cylindrical-coordinate representation of color #7275D6: hue angle of 238.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7275D6 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 117 214 -
CMYK 0.47 0.45 0 0.16
HSL 238.2º 0.55% 0.64% -
HSV(B) 238.2º 0.47% 0.84% -
XYZ 25.44 21.16 66.36 -
YUV 127.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 114 117 214 0.47 0.45 0 0.16 238.2 0.55 0.64
Hex 72 75 D6 2F 2D 0 10 EE 37 40
Octal 162 165 326 57 55 0 20 356 67 100
Binary 1110010 1110101 11010110 101111 101101 0 10000 11101110 110111 1000000

Color Harmonies of #7275D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7275D6

Black with #7275D6

Text Example


Text Example

White with #7275D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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