Html Css Color HEX #8593FF Portage

📋 copy color: '#8593FF'

red 133 ◦ green 147 ◦ blue 255

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

Shades of Portage #8593FF

Tints of Portage #8593FF

RGB

 RED value IS 133 (52.34% from 255) = 24.86%

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

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

R = 24.86%
G = 27.48%
B = 47.66%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8593FF (or 0x8593FF) is known color: Portage. HEX triplet: 85, 93 and FF. RGB value is (133,147,255). Sum of RGB (Red+Green+Blue) = 133+147+255=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #8593FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8593FF is #7A6C00. Grayscale: #9A9A9A. Windows color (decimal): -8023041 or 16749445. OLE color: 16749445.

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

Color convert

RGB 133 147 255 -
CMYK 0.48 0.42 0 0
HSL 233.11º 1% 0.76% -
HSV(B) 233.11º 0.48% 1% -
XYZ 38.16 33.07 98.98 -
YUV 155.13 184.36 112.22 -
System Red Green Blue C M Y K H S L
Decimal 133 147 255 0.48 0.42 0 0 233.11 1 0.76
Hex 85 93 FF 30 2A 0 0 E9 64 4C
Octal 205 223 377 60 52 0 0 351 144 114
Binary 10000101 10010011 11111111 110000 101010 0 0 11101001 1100100 1001100

Color Harmonies of #8593FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8593FF

Black with #8593FF

Text Example


Text Example

White with #8593FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,147,255); }

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

background-color css

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

 a { background-color: rgb(133,147,255); }

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

border-color css

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

 span { border-color: rgb(133,147,255); }

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