Html Css Color HEX #8592ED Portage

📋 copy color: '#8592ED'

red 133 ◦ green 146 ◦ blue 237

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

Shades of Portage #8592ED

Tints of Portage #8592ED

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.29%

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

R = 25.78%
G = 28.29%
B = 45.93%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8592ED (or 0x8592ED) is known color: Portage. HEX triplet: 85, 92 and ED. RGB value is (133,146,237). Sum of RGB (Red+Green+Blue) = 133+146+237=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #8592ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8592ED is #7A6D12. Grayscale: #989898. Windows color (decimal): -8023315 or 15569541. OLE color: 15569541.

HSL color Cylindrical-coordinate representation of color #8592ED: hue angle of 232.5º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8592ED is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 146 237 -
CMYK 0.44 0.38 0 0.07
HSL 232.5º 0.74% 0.73% -
HSV(B) 232.5º 0.44% 0.93% -
XYZ 35.24 31.66 84.37 -
YUV 152.49 175.69 114.1 -
System Red Green Blue C M Y K H S L
Decimal 133 146 237 0.44 0.38 0 0.07 232.5 0.74 0.73
Hex 85 92 ED 2C 26 0 7 E8 4A 49
Octal 205 222 355 54 46 0 7 350 112 111
Binary 10000101 10010010 11101101 101100 100110 0 111 11101000 1001010 1001001

Color Harmonies of #8592ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8592ED

Black with #8592ED

Text Example


Text Example

White with #8592ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,146,237); }

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

background-color css

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

 a { background-color: rgb(133,146,237); }

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

border-color css

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

 span { border-color: rgb(133,146,237); }

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