Html Css Color HEX #889BFD Portage

📋 copy color: '#889BFD'

red 136 ◦ green 155 ◦ blue 253

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

Shades of Portage #889BFD

Tints of Portage #889BFD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.49%

 BLUE value IS 253 (99.22% from 255) = 46.51%

R = 25%
G = 28.49%
B = 46.51%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#889BFD (or 0x889BFD) is known color: Portage. HEX triplet: 88, 9B and FD. RGB value is (136,155,253). Sum of RGB (Red+Green+Blue) = 136+155+253=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #889BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889BFD is #776402. Grayscale: #A0A0A0. Windows color (decimal): -7824387 or 16620424. OLE color: 16620424.

HSL color Cylindrical-coordinate representation of color #889BFD: hue angle of 230.26º degrees, saturation: 0.97, 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 #889BFD is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 136 155 253 -
CMYK 0.46 0.39 0 0.01
HSL 230.26º 0.97% 0.76% -
HSV(B) 230.26º 0.46% 0.99% -
XYZ 39.6 35.77 97.75 -
YUV 160.49 180.21 110.53 -
System Red Green Blue C M Y K H S L
Decimal 136 155 253 0.46 0.39 0 0.01 230.26 0.97 0.76
Hex 88 9B FD 2E 27 0 1 E6 61 4C
Octal 210 233 375 56 47 0 1 346 141 114
Binary 10001000 10011011 11111101 101110 100111 0 1 11100110 1100001 1001100

Color Harmonies of #889BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889BFD

Black with #889BFD

Text Example


Text Example

White with #889BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,155,253); }

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

background-color css

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

 a { background-color: rgb(136,155,253); }

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

border-color css

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

 span { border-color: rgb(136,155,253); }

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