Html Css Color HEX #889DFC Portage

📋 copy color: '#889DFC'

red 136 ◦ green 157 ◦ blue 252

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

Shades of Portage #889DFC

Tints of Portage #889DFC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.81%

 BLUE value IS 252 (98.83% from 255) = 46.24%

R = 24.95%
G = 28.81%
B = 46.24%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#889DFC (or 0x889DFC) is known color: Portage. HEX triplet: 88, 9D and FC. RGB value is (136,157,252). Sum of RGB (Red+Green+Blue) = 136+157+252=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #889DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889DFC is #776203. Grayscale: #A1A1A1. Windows color (decimal): -7823876 or 16555400. OLE color: 16555400.

HSL color Cylindrical-coordinate representation of color #889DFC: hue angle of 229.14º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #889DFC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 136 157 252 -
CMYK 0.46 0.38 0 0.01
HSL 229.14º 0.95% 0.76% -
HSV(B) 229.14º 0.46% 0.99% -
XYZ 39.78 36.38 97.02 -
YUV 161.55 179.04 109.78 -
System Red Green Blue C M Y K H S L
Decimal 136 157 252 0.46 0.38 0 0.01 229.14 0.95 0.76
Hex 88 9D FC 2E 26 0 1 E5 5F 4C
Octal 210 235 374 56 46 0 1 345 137 114
Binary 10001000 10011101 11111100 101110 100110 0 1 11100101 1011111 1001100

Color Harmonies of #889DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889DFC

Black with #889DFC

Text Example


Text Example

White with #889DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,157,252); }

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

background-color css

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

 a { background-color: rgb(136,157,252); }

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

border-color css

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

 span { border-color: rgb(136,157,252); }

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