Html Css Color HEX #809BEC Portage

📋 copy color: '#809BEC'

red 128 ◦ green 155 ◦ blue 236

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

Shades of Portage #809BEC

Tints of Portage #809BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.87%

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 24.66%
G = 29.87%
B = 45.47%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#809BEC (or 0x809BEC) is known color: Portage. HEX triplet: 80, 9B and EC. RGB value is (128,155,236). Sum of RGB (Red+Green+Blue) = 128+155+236=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #809BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809BEC is #7F6413. Grayscale: #9B9B9B. Windows color (decimal): -8348692 or 15506304. OLE color: 15506304.

HSL color Cylindrical-coordinate representation of color #809BEC: hue angle of 225º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #809BEC is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 155 236 -
CMYK 0.46 0.34 0 0.07
HSL 225º 0.74% 0.71% -
HSV(B) 225º 0.46% 0.93% -
XYZ 35.76 34.09 84.05 -
YUV 156.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 128 155 236 0.46 0.34 0 0.07 225 0.74 0.71
Hex 80 9B EC 2E 22 0 7 E1 4A 47
Octal 200 233 354 56 42 0 7 341 112 107
Binary 10000000 10011011 11101100 101110 100010 0 111 11100001 1001010 1000111

Color Harmonies of #809BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BEC

Black with #809BEC

Text Example


Text Example

White with #809BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809BEC; }

 p { color: rgb(128,155,236); }

 H1.HeaderClassName
 {
   color: #809BEC;
 }
 .AnyTagClassName
 {
   color: #809BEC;
 }
</style>

background-color css

<style>
 a { background-color: #809BEC; }

 a { background-color: rgb(128,155,236); }

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

border-color css

<style>
 span { border-color: #809BEC; }

 span { border-color: rgb(128,155,236); }

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