Html Css Color HEX #989EEE Portage

📋 copy color: '#989EEE'

red 152 ◦ green 158 ◦ blue 238

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

Shades of Portage #989EEE

Tints of Portage #989EEE

RGB

 RED value IS 152 (59.77% from 255) = 27.74%

 GREEN value IS 158 (62.11% from 255) = 28.83%

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

R = 27.74%
G = 28.83%
B = 43.43%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#989EEE (or 0x989EEE) is known color: Portage. HEX triplet: 98, 9E and EE. RGB value is (152,158,238). Sum of RGB (Red+Green+Blue) = 152+158+238=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #989EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989EEE is #676111. Grayscale: #A5A5A5. Windows color (decimal): -6775058 or 15638168. OLE color: 15638168.

HSL color Cylindrical-coordinate representation of color #989EEE: hue angle of 235.81º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #989EEE is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 158 238 -
CMYK 0.36 0.34 0 0.07
HSL 235.81º 0.72% 0.76% -
HSV(B) 235.81º 0.36% 0.93% -
XYZ 40.61 37.3 85.95 -
YUV 165.33 169.01 118.5 -
System Red Green Blue C M Y K H S L
Decimal 152 158 238 0.36 0.34 0 0.07 235.81 0.72 0.76
Hex 98 9E EE 24 22 0 7 EC 48 4C
Octal 230 236 356 44 42 0 7 354 110 114
Binary 10011000 10011110 11101110 100100 100010 0 111 11101100 1001000 1001100

Color Harmonies of #989EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989EEE

Black with #989EEE

Text Example


Text Example

White with #989EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989EEE; }

 p { color: rgb(152,158,238); }

 H1.HeaderClassName
 {
   color: #989EEE;
 }
 .AnyTagClassName
 {
   color: #989EEE;
 }
</style>

background-color css

<style>
 a { background-color: #989EEE; }

 a { background-color: rgb(152,158,238); }

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

border-color css

<style>
 span { border-color: #989EEE; }

 span { border-color: rgb(152,158,238); }

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