Html Css Color HEX #8993C6 Portage

📋 copy color: '#8993C6'

red 137 ◦ green 147 ◦ blue 198

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

Shades of Portage #8993C6

Tints of Portage #8993C6

RGB

 RED value IS 137 (53.91% from 255) = 28.42%

 GREEN value IS 147 (57.81% from 255) = 30.5%

 BLUE value IS 198 (77.73% from 255) = 41.08%

R = 28.42%
G = 30.5%
B = 41.08%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8993C6 (or 0x8993C6) is known color: Portage. HEX triplet: 89, 93 and C6. RGB value is (137,147,198). Sum of RGB (Red+Green+Blue) = 137+147+198=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #8993C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8993C6 is #766C39. Grayscale: #959595. Windows color (decimal): -7760954 or 13013897. OLE color: 13013897.

HSL color Cylindrical-coordinate representation of color #8993C6: hue angle of 230.16º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8993C6 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 147 198 -
CMYK 0.31 0.26 0 0.22
HSL 230.16º 0.35% 0.66% -
HSV(B) 230.16º 0.31% 0.78% -
XYZ 30.94 30.26 57.64 -
YUV 149.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 137 147 198 0.31 0.26 0 0.22 230.16 0.35 0.66
Hex 89 93 C6 1F 1A 0 16 E6 23 42
Octal 211 223 306 37 32 0 26 346 43 102
Binary 10001001 10010011 11000110 11111 11010 0 10110 11100110 100011 1000010

Color Harmonies of #8993C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8993C6

Black with #8993C6

Text Example


Text Example

White with #8993C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8993C6; }

 p { color: rgb(137,147,198); }

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

background-color css

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

 a { background-color: rgb(137,147,198); }

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

border-color css

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

 span { border-color: rgb(137,147,198); }

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