Html Css Color HEX #717298 Scampi

📋 copy color: '#717298'

red 113 ◦ green 114 ◦ blue 152

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

Shades of Scampi #717298

Tints of Scampi #717298

RGB

 RED value IS 113 (44.53% from 255) = 29.82%

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

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

R = 29.82%
G = 30.08%
B = 40.11%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#717298 (or 0x717298) is known color: Scampi. HEX triplet: 71, 72 and 98. RGB value is (113,114,152). Sum of RGB (Red+Green+Blue) = 113+114+152=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #717298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717298 is #8E8D67. Grayscale: #757575. Windows color (decimal): -9342312 or 9990769. OLE color: 9990769.

HSL color Cylindrical-coordinate representation of color #717298: hue angle of 238.46º 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 #717298 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 114 152 -
CMYK 0.26 0.25 0 0.40
HSL 238.46º 0.16% 0.52% -
HSV(B) 238.46º 0.26% 0.6% -
XYZ 18.49 17.81 32.17 -
YUV 118.03 147.17 124.41 -
System Red Green Blue C M Y K H S L
Decimal 113 114 152 0.26 0.25 0 0.40 238.46 0.16 0.52
Hex 71 72 98 1A 19 0 28 EE 10 34
Octal 161 162 230 32 31 0 50 356 20 64
Binary 1110001 1110010 10011000 11010 11001 0 101000 11101110 10000 110100

Color Harmonies of #717298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717298

Black with #717298

Text Example


Text Example

White with #717298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717298; }

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

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

background-color css

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

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

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

border-color css

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

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

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