Html Css Color HEX #809CDF Portage

📋 copy color: '#809CDF'

red 128 ◦ green 156 ◦ blue 223

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

Shades of Portage #809CDF

Tints of Portage #809CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.77%

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 25.25%
G = 30.77%
B = 43.98%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#809CDF (or 0x809CDF) is known color: Portage. HEX triplet: 80, 9C and DF. RGB value is (128,156,223). Sum of RGB (Red+Green+Blue) = 128+156+223=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #809CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CDF is #7F6320. Grayscale: #9A9A9A. Windows color (decimal): -8348449 or 14654592. OLE color: 14654592.

HSL color Cylindrical-coordinate representation of color #809CDF: hue angle of 222.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #809CDF is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 156 223 -
CMYK 0.43 0.30 0 0.13
HSL 222.32º 0.6% 0.69% -
HSV(B) 222.32º 0.43% 0.87% -
XYZ 34.11 33.69 74.52 -
YUV 155.27 166.22 108.55 -
System Red Green Blue C M Y K H S L
Decimal 128 156 223 0.43 0.30 0 0.13 222.32 0.6 0.69
Hex 80 9C DF 2B 1E 0 D DE 3C 45
Octal 200 234 337 53 36 0 15 336 74 105
Binary 10000000 10011100 11011111 101011 11110 0 1101 11011110 111100 1000101

Color Harmonies of #809CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CDF

Black with #809CDF

Text Example


Text Example

White with #809CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,156,223); }

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

background-color css

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

 a { background-color: rgb(128,156,223); }

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

border-color css

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

 span { border-color: rgb(128,156,223); }

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