Html Css Color HEX #8799FF Portage

📋 copy color: '#8799FF'

red 135 ◦ green 153 ◦ blue 255

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

Shades of Portage #8799FF

Tints of Portage #8799FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.96%

R = 24.86%
G = 28.18%
B = 46.96%

CMYK

 C value IS 0.47

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8799FF (or 0x8799FF) is known color: Portage. HEX triplet: 87, 99 and FF. RGB value is (135,153,255). Sum of RGB (Red+Green+Blue) = 135+153+255=543 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.86% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #8799FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8799FF is #786600. Grayscale: #9E9E9E. Windows color (decimal): -7890433 or 16750983. OLE color: 16750983.

HSL color Cylindrical-coordinate representation of color #8799FF: hue angle of 231º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8799FF is Cyan = 0.47, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 135 153 255 -
CMYK 0.47 0.4 0 0
HSL 231º 1% 0.76% -
HSV(B) 231º 0.47% 1% -
XYZ 39.43 35.15 99.31 -
YUV 159.25 182.04 110.71 -
System Red Green Blue C M Y K H S L
Decimal 135 153 255 0.47 0.4 0 0 231 1 0.76
Hex 87 99 FF 2F 28 0 0 E7 64 4C
Octal 207 231 377 57 50 0 0 347 144 114
Binary 10000111 10011001 11111111 101111 101000 0 0 11100111 1100100 1001100

Color Harmonies of #8799FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8799FF

Black with #8799FF

Text Example


Text Example

White with #8799FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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