Html Css Color HEX #889CEE Portage

📋 copy color: '#889CEE'

red 136 ◦ green 156 ◦ blue 238

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

Shades of Portage #889CEE

Tints of Portage #889CEE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.43%

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

R = 25.66%
G = 29.43%
B = 44.91%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#889CEE (or 0x889CEE) is known color: Portage. HEX triplet: 88, 9C and EE. RGB value is (136,156,238). Sum of RGB (Red+Green+Blue) = 136+156+238=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #889CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CEE is #776311. Grayscale: #9F9F9F. Windows color (decimal): -7824146 or 15637640. OLE color: 15637640.

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

Color convert

RGB 136 156 238 -
CMYK 0.43 0.34 0 0.07
HSL 228.24º 0.75% 0.73% -
HSV(B) 228.24º 0.43% 0.93% -
XYZ 37.47 35.18 85.71 -
YUV 159.37 172.37 111.33 -
System Red Green Blue C M Y K H S L
Decimal 136 156 238 0.43 0.34 0 0.07 228.24 0.75 0.73
Hex 88 9C EE 2B 22 0 7 E4 4B 49
Octal 210 234 356 53 42 0 7 344 113 111
Binary 10001000 10011100 11101110 101011 100010 0 111 11100100 1001011 1001001

Color Harmonies of #889CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CEE

Black with #889CEE

Text Example


Text Example

White with #889CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889CEE; }

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

 H1.HeaderClassName
 {
   color: #889CEE;
 }
 .AnyTagClassName
 {
   color: #889CEE;
 }
</style>

background-color css

<style>
 a { background-color: #889CEE; }

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

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

border-color css

<style>
 span { border-color: #889CEE; }

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

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