Html Css Color HEX #8093CF Portage

📋 copy color: '#8093CF'

red 128 ◦ green 147 ◦ blue 207

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

Shades of Portage #8093CF

Tints of Portage #8093CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.5%

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 26.56%
G = 30.5%
B = 42.95%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8093CF (or 0x8093CF) is known color: Portage. HEX triplet: 80, 93 and CF. RGB value is (128,147,207). Sum of RGB (Red+Green+Blue) = 128+147+207=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #8093CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8093CF is #7F6C30. Grayscale: #939393. Windows color (decimal): -8350769 or 13603712. OLE color: 13603712.

HSL color Cylindrical-coordinate representation of color #8093CF: hue angle of 225.57º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8093CF is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 147 207 -
CMYK 0.38 0.29 0 0.19
HSL 225.57º 0.45% 0.66% -
HSV(B) 225.57º 0.38% 0.81% -
XYZ 30.6 29.96 63.2 -
YUV 148.16 161.21 113.62 -
System Red Green Blue C M Y K H S L
Decimal 128 147 207 0.38 0.29 0 0.19 225.57 0.45 0.66
Hex 80 93 CF 26 1D 0 13 E2 2D 42
Octal 200 223 317 46 35 0 23 342 55 102
Binary 10000000 10010011 11001111 100110 11101 0 10011 11100010 101101 1000010

Color Harmonies of #8093CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8093CF

Black with #8093CF

Text Example


Text Example

White with #8093CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8093CF; }

 p { color: rgb(128,147,207); }

 H1.HeaderClassName
 {
   color: #8093CF;
 }
 .AnyTagClassName
 {
   color: #8093CF;
 }
</style>

background-color css

<style>
 a { background-color: #8093CF; }

 a { background-color: rgb(128,147,207); }

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

border-color css

<style>
 span { border-color: #8093CF; }

 span { border-color: rgb(128,147,207); }

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