Html Css Color HEX #989CEC Portage

📋 copy color: '#989CEC'

red 152 ◦ green 156 ◦ blue 236

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

Shades of Portage #989CEC

Tints of Portage #989CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 27.94%
G = 28.68%
B = 43.38%

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

#989CEC (or 0x989CEC) is known color: Portage. HEX triplet: 98, 9C and EC. RGB value is (152,156,236). Sum of RGB (Red+Green+Blue) = 152+156+236=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #989CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989CEC is #676313. Grayscale: #A3A3A3. Windows color (decimal): -6775572 or 15506584. OLE color: 15506584.

HSL color Cylindrical-coordinate representation of color #989CEC: hue angle of 237.14º degrees, saturation: 0.69, 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 #989CEC is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 156 236 -
CMYK 0.36 0.34 0 0.07
HSL 237.14º 0.69% 0.76% -
HSV(B) 237.14º 0.36% 0.93% -
XYZ 39.98 36.51 84.3 -
YUV 163.92 168.67 119.5 -
System Red Green Blue C M Y K H S L
Decimal 152 156 236 0.36 0.34 0 0.07 237.14 0.69 0.76
Hex 98 9C EC 24 22 0 7 ED 45 4C
Octal 230 234 354 44 42 0 7 355 105 114
Binary 10011000 10011100 11101100 100100 100010 0 111 11101101 1000101 1001100

Color Harmonies of #989CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989CEC

Black with #989CEC

Text Example


Text Example

White with #989CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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