Html Css Color HEX #7274D6 Moody Blue

📋 copy color: '#7274D6'

red 114 ◦ green 116 ◦ blue 214

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

Shades of Moody Blue #7274D6

Tints of Moody Blue #7274D6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.13%

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

R = 25.68%
G = 26.13%
B = 48.2%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7274D6 (or 0x7274D6) is known color: Moody Blue. HEX triplet: 72, 74 and D6. RGB value is (114,116,214). Sum of RGB (Red+Green+Blue) = 114+116+214=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #7274D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7274D6 is #8D8B29. Grayscale: #7E7E7E. Windows color (decimal): -9276202 or 14054514. OLE color: 14054514.

HSL color Cylindrical-coordinate representation of color #7274D6: hue angle of 238.8º 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 #7274D6 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 116 214 -
CMYK 0.47 0.46 0 0.16
HSL 238.8º 0.55% 0.64% -
HSV(B) 238.8º 0.47% 0.84% -
XYZ 25.32 20.92 66.32 -
YUV 126.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 114 116 214 0.47 0.46 0 0.16 238.8 0.55 0.64
Hex 72 74 D6 2F 2E 0 10 EF 37 40
Octal 162 164 326 57 56 0 20 357 67 100
Binary 1110010 1110100 11010110 101111 101110 0 10000 11101111 110111 1000000

Color Harmonies of #7274D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7274D6

Black with #7274D6

Text Example


Text Example

White with #7274D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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