Html Css Color HEX #8793CE Portage

📋 copy color: '#8793CE'

red 135 ◦ green 147 ◦ blue 206

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

Shades of Portage #8793CE

Tints of Portage #8793CE

RGB

 RED value IS 135 (53.13% from 255) = 27.66%

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 27.66%
G = 30.12%
B = 42.21%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8793CE (or 0x8793CE) is known color: Portage. HEX triplet: 87, 93 and CE. RGB value is (135,147,206). Sum of RGB (Red+Green+Blue) = 135+147+206=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #8793CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8793CE is #786C31. Grayscale: #959595. Windows color (decimal): -7892018 or 13538183. OLE color: 13538183.

HSL color Cylindrical-coordinate representation of color #8793CE: hue angle of 229.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8793CE is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 147 206 -
CMYK 0.34 0.29 0 0.19
HSL 229.86º 0.42% 0.67% -
HSV(B) 229.86º 0.34% 0.81% -
XYZ 31.57 30.47 62.61 -
YUV 150.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 135 147 206 0.34 0.29 0 0.19 229.86 0.42 0.67
Hex 87 93 CE 22 1D 0 13 E6 2A 43
Octal 207 223 316 42 35 0 23 346 52 103
Binary 10000111 10010011 11001110 100010 11101 0 10011 11100110 101010 1000011

Color Harmonies of #8793CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8793CE

Black with #8793CE

Text Example


Text Example

White with #8793CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8793CE; }

 p { color: rgb(135,147,206); }

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

background-color css

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

 a { background-color: rgb(135,147,206); }

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

border-color css

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

 span { border-color: rgb(135,147,206); }

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