Html Css Color HEX #989CEB Portage

📋 copy color: '#989CEB'

red 152 ◦ green 156 ◦ blue 235

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

Shades of Portage #989CEB

Tints of Portage #989CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.28%

R = 27.99%
G = 28.73%
B = 43.28%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#989CEB (or 0x989CEB) is known color: Portage. HEX triplet: 98, 9C and EB. RGB value is (152,156,235). Sum of RGB (Red+Green+Blue) = 152+156+235=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #989CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989CEB is #676314. Grayscale: #A3A3A3. Windows color (decimal): -6775573 or 15441048. OLE color: 15441048.

HSL color Cylindrical-coordinate representation of color #989CEB: hue angle of 237.11º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #989CEB is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 156 235 -
CMYK 0.35 0.34 0 0.08
HSL 237.11º 0.67% 0.76% -
HSV(B) 237.11º 0.35% 0.92% -
XYZ 39.83 36.45 83.53 -
YUV 163.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 152 156 235 0.35 0.34 0 0.08 237.11 0.67 0.76
Hex 98 9C EB 23 22 0 8 ED 43 4C
Octal 230 234 353 43 42 0 10 355 103 114
Binary 10011000 10011100 11101011 100011 100010 0 1000 11101101 1000011 1001100

Color Harmonies of #989CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989CEB

Black with #989CEB

Text Example


Text Example

White with #989CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,156,235); }

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

background-color css

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

 a { background-color: rgb(152,156,235); }

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

border-color css

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

 span { border-color: rgb(152,156,235); }

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