Html Css Color HEX #8288ED Portage

📋 copy color: '#8288ED'

red 130 ◦ green 136 ◦ blue 237

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

Shades of Portage #8288ED

Tints of Portage #8288ED

RGB

 RED value IS 130 (51.17% from 255) = 25.84%

 GREEN value IS 136 (53.52% from 255) = 27.04%

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

R = 25.84%
G = 27.04%
B = 47.12%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8288ED (or 0x8288ED) is known color: Portage. HEX triplet: 82, 88 and ED. RGB value is (130,136,237). Sum of RGB (Red+Green+Blue) = 130+136+237=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #8288ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8288ED is #7D7712. Grayscale: #919191. Windows color (decimal): -8222483 or 15566978. OLE color: 15566978.

HSL color Cylindrical-coordinate representation of color #8288ED: hue angle of 236.64º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8288ED is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 136 237 -
CMYK 0.45 0.43 0 0.07
HSL 236.64º 0.75% 0.72% -
HSV(B) 236.64º 0.45% 0.93% -
XYZ 33.3 28.47 83.86 -
YUV 145.72 179.51 116.79 -
System Red Green Blue C M Y K H S L
Decimal 130 136 237 0.45 0.43 0 0.07 236.64 0.75 0.72
Hex 82 88 ED 2D 2B 0 7 ED 4B 48
Octal 202 210 355 55 53 0 7 355 113 110
Binary 10000010 10001000 11101101 101101 101011 0 111 11101101 1001011 1001000

Color Harmonies of #8288ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8288ED

Black with #8288ED

Text Example


Text Example

White with #8288ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,136,237); }

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

background-color css

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

 a { background-color: rgb(130,136,237); }

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

border-color css

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

 span { border-color: rgb(130,136,237); }

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