Html Css Color HEX #7278D9 Moody Blue

📋 copy color: '#7278D9'

red 114 ◦ green 120 ◦ blue 217

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

Shades of Moody Blue #7278D9

Tints of Moody Blue #7278D9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.61%

 BLUE value IS 217 (85.16% from 255) = 48.12%

R = 25.28%
G = 26.61%
B = 48.12%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7278D9 (or 0x7278D9) is known color: Moody Blue. HEX triplet: 72, 78 and D9. RGB value is (114,120,217). Sum of RGB (Red+Green+Blue) = 114+120+217=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 217 (85.16% from 255 or 48.12% from 451); Max value from RGB is 217 - color contains mainly: blue. Hex color #7278D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7278D9 is #8D8726. Grayscale: #808080. Windows color (decimal): -9275175 or 14252146. OLE color: 14252146.

HSL color Cylindrical-coordinate representation of color #7278D9: hue angle of 236.5º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7278D9 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 120 217 -
CMYK 0.47 0.45 0 0.15
HSL 236.5º 0.58% 0.65% -
HSV(B) 236.5º 0.47% 0.85% -
XYZ 26.18 22.02 68.52 -
YUV 129.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 114 120 217 0.47 0.45 0 0.15 236.5 0.58 0.65
Hex 72 78 D9 2F 2D 0 F ED 3A 41
Octal 162 170 331 57 55 0 17 355 72 101
Binary 1110010 1111000 11011001 101111 101101 0 1111 11101101 111010 1000001

Color Harmonies of #7278D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7278D9

Black with #7278D9

Text Example


Text Example

White with #7278D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7278D9; }

 p { color: rgb(114,120,217); }

 H1.HeaderClassName
 {
   color: #7278D9;
 }
 .AnyTagClassName
 {
   color: #7278D9;
 }
</style>

background-color css

<style>
 a { background-color: #7278D9; }

 a { background-color: rgb(114,120,217); }

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

border-color css

<style>
 span { border-color: #7278D9; }

 span { border-color: rgb(114,120,217); }

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