Html Css Color HEX #8B9DFB Portage

📋 copy color: '#8B9DFB'

red 139 ◦ green 157 ◦ blue 251

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

Shades of Portage #8B9DFB

Tints of Portage #8B9DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.89%

R = 25.41%
G = 28.7%
B = 45.89%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8B9DFB (or 0x8B9DFB) is known color: Portage. HEX triplet: 8B, 9D and FB. RGB value is (139,157,251). Sum of RGB (Red+Green+Blue) = 139+157+251=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B9DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9DFB is #746204. Grayscale: #A1A1A1. Windows color (decimal): -7627269 or 16489867. OLE color: 16489867.

HSL color Cylindrical-coordinate representation of color #8B9DFB: hue angle of 230.36º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B9DFB is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 157 251 -
CMYK 0.45 0.37 0 0.02
HSL 230.36º 0.93% 0.76% -
HSV(B) 230.36º 0.45% 0.98% -
XYZ 40.12 36.57 96.21 -
YUV 162.33 178.04 111.36 -
System Red Green Blue C M Y K H S L
Decimal 139 157 251 0.45 0.37 0 0.02 230.36 0.93 0.76
Hex 8B 9D FB 2D 25 0 2 E6 5D 4C
Octal 213 235 373 55 45 0 2 346 135 114
Binary 10001011 10011101 11111011 101101 100101 0 10 11100110 1011101 1001100

Color Harmonies of #8B9DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9DFB

Black with #8B9DFB

Text Example


Text Example

White with #8B9DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,157,251); }

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

background-color css

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

 a { background-color: rgb(139,157,251); }

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

border-color css

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

 span { border-color: rgb(139,157,251); }

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