Html Css Color HEX #888FEA Portage

📋 copy color: '#888FEA'

red 136 ◦ green 143 ◦ blue 234

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

Shades of Portage #888FEA

Tints of Portage #888FEA

RGB

 RED value IS 136 (53.52% from 255) = 26.51%

 GREEN value IS 143 (56.25% from 255) = 27.88%

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 26.51%
G = 27.88%
B = 45.61%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#888FEA (or 0x888FEA) is known color: Portage. HEX triplet: 88, 8F and EA. RGB value is (136,143,234). Sum of RGB (Red+Green+Blue) = 136+143+234=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #888FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888FEA is #777015. Grayscale: #969696. Windows color (decimal): -7827478 or 15372168. OLE color: 15372168.

HSL color Cylindrical-coordinate representation of color #888FEA: hue angle of 235.71º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #888FEA is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 143 234 -
CMYK 0.42 0.39 0 0.08
HSL 235.71º 0.7% 0.73% -
HSV(B) 235.71º 0.42% 0.92% -
XYZ 34.83 30.82 81.96 -
YUV 151.28 174.68 117.1 -
System Red Green Blue C M Y K H S L
Decimal 136 143 234 0.42 0.39 0 0.08 235.71 0.7 0.73
Hex 88 8F EA 2A 27 0 8 EC 46 49
Octal 210 217 352 52 47 0 10 354 106 111
Binary 10001000 10001111 11101010 101010 100111 0 1000 11101100 1000110 1001001

Color Harmonies of #888FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888FEA

Black with #888FEA

Text Example


Text Example

White with #888FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888FEA; }

 p { color: rgb(136,143,234); }

 H1.HeaderClassName
 {
   color: #888FEA;
 }
 .AnyTagClassName
 {
   color: #888FEA;
 }
</style>

background-color css

<style>
 a { background-color: #888FEA; }

 a { background-color: rgb(136,143,234); }

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

border-color css

<style>
 span { border-color: #888FEA; }

 span { border-color: rgb(136,143,234); }

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