Html Css Color HEX #7072CB Moody Blue

📋 copy color: '#7072CB'

red 112 ◦ green 114 ◦ blue 203

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

Shades of Moody Blue #7072CB

Tints of Moody Blue #7072CB

RGB

 RED value IS 112 (44.14% from 255) = 26.11%

 GREEN value IS 114 (44.92% from 255) = 26.57%

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 26.11%
G = 26.57%
B = 47.32%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7072CB (or 0x7072CB) is known color: Moody Blue. HEX triplet: 70, 72 and CB. RGB value is (112,114,203). Sum of RGB (Red+Green+Blue) = 112+114+203=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #7072CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7072CB is #8F8D34. Grayscale: #7B7B7B. Windows color (decimal): -9407797 or 13333104. OLE color: 13333104.

HSL color Cylindrical-coordinate representation of color #7072CB: hue angle of 238.68º 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 #7072CB is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 114 203 -
CMYK 0.45 0.44 0 0.20
HSL 238.68º 0.47% 0.62% -
HSV(B) 238.68º 0.45% 0.8% -
XYZ 23.48 19.79 59.08 -
YUV 123.55 172.84 119.76 -
System Red Green Blue C M Y K H S L
Decimal 112 114 203 0.45 0.44 0 0.20 238.68 0.47 0.62
Hex 70 72 CB 2D 2C 0 14 EF 2F 3E
Octal 160 162 313 55 54 0 24 357 57 76
Binary 1110000 1110010 11001011 101101 101100 0 10100 11101111 101111 111110

Color Harmonies of #7072CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7072CB

Black with #7072CB

Text Example


Text Example

White with #7072CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7072CB; }

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

 H1.HeaderClassName
 {
   color: #7072CB;
 }
 .AnyTagClassName
 {
   color: #7072CB;
 }
</style>

background-color css

<style>
 a { background-color: #7072CB; }

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

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

border-color css

<style>
 span { border-color: #7072CB; }

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

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