Html Css Color HEX #7270CC Moody Blue

📋 copy color: '#7270CC'

red 114 ◦ green 112 ◦ blue 204

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

Shades of Moody Blue #7270CC

Tints of Moody Blue #7270CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.05%

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 26.51%
G = 26.05%
B = 47.44%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7270CC (or 0x7270CC) is known color: Moody Blue. HEX triplet: 72, 70 and CC. RGB value is (114,112,204). Sum of RGB (Red+Green+Blue) = 114+112+204=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #7270CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7270CC is #8D8F33. Grayscale: #7A7A7A. Windows color (decimal): -9277236 or 13398130. OLE color: 13398130.

HSL color Cylindrical-coordinate representation of color #7270CC: hue angle of 241.3º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7270CC is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 112 204 -
CMYK 0.44 0.45 0 0.2
HSL 241.3º 0.47% 0.62% -
HSV(B) 241.3º 0.45% 0.8% -
XYZ 23.63 19.53 59.65 -
YUV 123.09 173.66 121.52 -
System Red Green Blue C M Y K H S L
Decimal 114 112 204 0.44 0.45 0 0.2 241.3 0.47 0.62
Hex 72 70 CC 2C 2D 0 14 F1 2F 3E
Octal 162 160 314 54 55 0 24 361 57 76
Binary 1110010 1110000 11001100 101100 101101 0 10100 11110001 101111 111110

Color Harmonies of #7270CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7270CC

Black with #7270CC

Text Example


Text Example

White with #7270CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7270CC; }

 p { color: rgb(114,112,204); }

 H1.HeaderClassName
 {
   color: #7270CC;
 }
 .AnyTagClassName
 {
   color: #7270CC;
 }
</style>

background-color css

<style>
 a { background-color: #7270CC; }

 a { background-color: rgb(114,112,204); }

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

border-color css

<style>
 span { border-color: #7270CC; }

 span { border-color: rgb(114,112,204); }

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