Html Css Color HEX #8799EF Portage

📋 copy color: '#8799EF'

red 135 ◦ green 153 ◦ blue 239

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

Shades of Portage #8799EF

Tints of Portage #8799EF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.03%

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 25.62%
G = 29.03%
B = 45.35%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8799EF (or 0x8799EF) is known color: Portage. HEX triplet: 87, 99 and EF. RGB value is (135,153,239). Sum of RGB (Red+Green+Blue) = 135+153+239=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #8799EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8799EF is #786610. Grayscale: #9D9D9D. Windows color (decimal): -7890449 or 15702407. OLE color: 15702407.

HSL color Cylindrical-coordinate representation of color #8799EF: hue angle of 229.62º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8799EF is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 135 153 239 -
CMYK 0.44 0.36 0 0.06
HSL 229.62º 0.76% 0.73% -
HSV(B) 229.62º 0.44% 0.94% -
XYZ 36.96 34.17 86.31 -
YUV 157.42 174.04 112.01 -
System Red Green Blue C M Y K H S L
Decimal 135 153 239 0.44 0.36 0 0.06 229.62 0.76 0.73
Hex 87 99 EF 2C 24 0 6 E6 4C 49
Octal 207 231 357 54 44 0 6 346 114 111
Binary 10000111 10011001 11101111 101100 100100 0 110 11100110 1001100 1001001

Color Harmonies of #8799EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8799EF

Black with #8799EF

Text Example


Text Example

White with #8799EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8799EF; }

 p { color: rgb(135,153,239); }

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

background-color css

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

 a { background-color: rgb(135,153,239); }

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

border-color css

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

 span { border-color: rgb(135,153,239); }

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