Html Css Color HEX #726298 Scampi

📋 copy color: '#726298'

red 114 ◦ green 98 ◦ blue 152

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

Shades of Scampi #726298

Tints of Scampi #726298

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

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

R = 31.32%
G = 26.92%
B = 41.76%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#726298 (or 0x726298) is known color: Scampi. HEX triplet: 72, 62 and 98. RGB value is (114,98,152). Sum of RGB (Red+Green+Blue) = 114+98+152=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #726298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726298 is #8D9D67. Grayscale: #6C6C6C. Windows color (decimal): -9280872 or 9986674. OLE color: 9986674.

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

Color convert

RGB 114 98 152 -
CMYK 0.25 0.36 0 0.40
HSL 257.78º 0.22% 0.49% -
HSV(B) 257.78º 0.36% 0.6% -
XYZ 16.97 14.58 31.63 -
YUV 108.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 114 98 152 0.25 0.36 0 0.40 257.78 0.22 0.49
Hex 72 62 98 19 24 0 28 102 16 31
Octal 162 142 230 31 44 0 50 402 26 61
Binary 1110010 1100010 10011000 11001 100100 0 101000 100000010 10110 110001

Color Harmonies of #726298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726298

Black with #726298

Text Example


Text Example

White with #726298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726298; }

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

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

background-color css

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

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

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

border-color css

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

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

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