Html Css Color HEX #8288EE Portage

📋 copy color: '#8288EE'

red 130 ◦ green 136 ◦ blue 238

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

Shades of Portage #8288EE

Tints of Portage #8288EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.22%

R = 25.79%
G = 26.98%
B = 47.22%

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

#8288EE (or 0x8288EE) is known color: Portage. HEX triplet: 82, 88 and EE. RGB value is (130,136,238). Sum of RGB (Red+Green+Blue) = 130+136+238=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #8288EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8288EE is #7D7711. Grayscale: #919191. Windows color (decimal): -8222482 or 15632514. OLE color: 15632514.

HSL color Cylindrical-coordinate representation of color #8288EE: hue angle of 236.67º degrees, saturation: 0.76, 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 #8288EE is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 136 238 -
CMYK 0.45 0.43 0 0.07
HSL 236.67º 0.76% 0.72% -
HSV(B) 236.67º 0.45% 0.93% -
XYZ 33.44 28.53 84.63 -
YUV 145.83 180.01 116.71 -
System Red Green Blue C M Y K H S L
Decimal 130 136 238 0.45 0.43 0 0.07 236.67 0.76 0.72
Hex 82 88 EE 2D 2B 0 7 ED 4C 48
Octal 202 210 356 55 53 0 7 355 114 110
Binary 10000010 10001000 11101110 101101 101011 0 111 11101101 1001100 1001000

Color Harmonies of #8288EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8288EE

Black with #8288EE

Text Example


Text Example

White with #8288EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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