Html Css Color HEX #7271CE Moody Blue

📋 copy color: '#7271CE'

red 114 ◦ green 113 ◦ blue 206

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

Shades of Moody Blue #7271CE

Tints of Moody Blue #7271CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.1%

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 26.33%
G = 26.1%
B = 47.58%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7271CE (or 0x7271CE) is known color: Moody Blue. HEX triplet: 72, 71 and CE. RGB value is (114,113,206). Sum of RGB (Red+Green+Blue) = 114+113+206=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #7271CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7271CE is #8D8E31. Grayscale: #7B7B7B. Windows color (decimal): -9276978 or 13529458. OLE color: 13529458.

HSL color Cylindrical-coordinate representation of color #7271CE: hue angle of 240.65º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7271CE is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 113 206 -
CMYK 0.45 0.45 0 0.19
HSL 240.65º 0.49% 0.63% -
HSV(B) 240.65º 0.45% 0.81% -
XYZ 23.99 19.84 60.96 -
YUV 123.9 174.33 120.94 -
System Red Green Blue C M Y K H S L
Decimal 114 113 206 0.45 0.45 0 0.19 240.65 0.49 0.63
Hex 72 71 CE 2D 2D 0 13 F1 31 3F
Octal 162 161 316 55 55 0 23 361 61 77
Binary 1110010 1110001 11001110 101101 101101 0 10011 11110001 110001 111111

Color Harmonies of #7271CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7271CE

Black with #7271CE

Text Example


Text Example

White with #7271CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7271CE; }

 p { color: rgb(114,113,206); }

 H1.HeaderClassName
 {
   color: #7271CE;
 }
 .AnyTagClassName
 {
   color: #7271CE;
 }
</style>

background-color css

<style>
 a { background-color: #7271CE; }

 a { background-color: rgb(114,113,206); }

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

border-color css

<style>
 span { border-color: #7271CE; }

 span { border-color: rgb(114,113,206); }

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