Html Css Color HEX #8B98CB Portage

📋 copy color: '#8B98CB'

red 139 ◦ green 152 ◦ blue 203

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

Shades of Portage #8B98CB

Tints of Portage #8B98CB

RGB

 RED value IS 139 (54.69% from 255) = 28.14%

 GREEN value IS 152 (59.77% from 255) = 30.77%

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 28.14%
G = 30.77%
B = 41.09%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B98CB (or 0x8B98CB) is known color: Portage. HEX triplet: 8B, 98 and CB. RGB value is (139,152,203). Sum of RGB (Red+Green+Blue) = 139+152+203=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B98CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B98CB is #746734. Grayscale: #999999. Windows color (decimal): -7628597 or 13342859. OLE color: 13342859.

HSL color Cylindrical-coordinate representation of color #8B98CB: hue angle of 227.81º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B98CB is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 152 203 -
CMYK 0.32 0.25 0 0.20
HSL 227.81º 0.38% 0.67% -
HSV(B) 227.81º 0.32% 0.8% -
XYZ 32.66 32.26 61.01 -
YUV 153.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 139 152 203 0.32 0.25 0 0.20 227.81 0.38 0.67
Hex 8B 98 CB 20 19 0 14 E4 26 43
Octal 213 230 313 40 31 0 24 344 46 103
Binary 10001011 10011000 11001011 100000 11001 0 10100 11100100 100110 1000011

Color Harmonies of #8B98CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B98CB

Black with #8B98CB

Text Example


Text Example

White with #8B98CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B98CB; }

 p { color: rgb(139,152,203); }

 H1.HeaderClassName
 {
   color: #8B98CB;
 }
 .AnyTagClassName
 {
   color: #8B98CB;
 }
</style>

background-color css

<style>
 a { background-color: #8B98CB; }

 a { background-color: rgb(139,152,203); }

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

border-color css

<style>
 span { border-color: #8B98CB; }

 span { border-color: rgb(139,152,203); }

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