Html Css Color HEX #8099ED Portage

📋 copy color: '#8099ED'

red 128 ◦ green 153 ◦ blue 237

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

Shades of Portage #8099ED

Tints of Portage #8099ED

RGB

 RED value IS 128 (50.39% from 255) = 24.71%

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

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 24.71%
G = 29.54%
B = 45.75%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8099ED (or 0x8099ED) is known color: Portage. HEX triplet: 80, 99 and ED. RGB value is (128,153,237). Sum of RGB (Red+Green+Blue) = 128+153+237=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #8099ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8099ED is #7F6612. Grayscale: #9A9A9A. Windows color (decimal): -8349203 or 15571328. OLE color: 15571328.

HSL color Cylindrical-coordinate representation of color #8099ED: hue angle of 226.24º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8099ED is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 153 237 -
CMYK 0.46 0.35 0 0.07
HSL 226.24º 0.75% 0.72% -
HSV(B) 226.24º 0.46% 0.93% -
XYZ 35.58 33.49 84.71 -
YUV 155.1 174.22 108.67 -
System Red Green Blue C M Y K H S L
Decimal 128 153 237 0.46 0.35 0 0.07 226.24 0.75 0.72
Hex 80 99 ED 2E 23 0 7 E2 4B 48
Octal 200 231 355 56 43 0 7 342 113 110
Binary 10000000 10011001 11101101 101110 100011 0 111 11100010 1001011 1001000

Color Harmonies of #8099ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8099ED

Black with #8099ED

Text Example


Text Example

White with #8099ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8099ED; }

 p { color: rgb(128,153,237); }

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

background-color css

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

 a { background-color: rgb(128,153,237); }

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

border-color css

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

 span { border-color: rgb(128,153,237); }

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