Html Css Color HEX #727098 Scampi

📋 copy color: '#727098'

red 114 ◦ green 112 ◦ blue 152

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

Shades of Scampi #727098

Tints of Scampi #727098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.21%

R = 30.16%
G = 29.63%
B = 40.21%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#727098 (or 0x727098) is known color: Scampi. HEX triplet: 72, 70 and 98. RGB value is (114,112,152). Sum of RGB (Red+Green+Blue) = 114+112+152=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #727098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727098 is #8D8F67. Grayscale: #757575. Windows color (decimal): -9277288 or 9990258. OLE color: 9990258.

HSL color Cylindrical-coordinate representation of color #727098: hue angle of 243º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #727098 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 112 152 -
CMYK 0.25 0.26 0 0.40
HSL 243º 0.16% 0.52% -
HSV(B) 243º 0.26% 0.6% -
XYZ 18.4 17.43 32.1 -
YUV 117.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 114 112 152 0.25 0.26 0 0.40 243 0.16 0.52
Hex 72 70 98 19 1A 0 28 F3 10 34
Octal 162 160 230 31 32 0 50 363 20 64
Binary 1110010 1110000 10011000 11001 11010 0 101000 11110011 10000 110100

Color Harmonies of #727098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727098

Black with #727098

Text Example


Text Example

White with #727098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727098; }

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

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

background-color css

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

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

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

border-color css

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

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

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