Html Css Color HEX #8B9EED Portage

📋 copy color: '#8B9EED'

red 139 ◦ green 158 ◦ blue 237

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

Shades of Portage #8B9EED

Tints of Portage #8B9EED

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.59%

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 26.03%
G = 29.59%
B = 44.38%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B9EED (or 0x8B9EED) is known color: Portage. HEX triplet: 8B, 9E and ED. RGB value is (139,158,237). Sum of RGB (Red+Green+Blue) = 139+158+237=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B9EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9EED is #746112. Grayscale: #A0A0A0. Windows color (decimal): -7627027 or 15572619. OLE color: 15572619.

HSL color Cylindrical-coordinate representation of color #8B9EED: hue angle of 228.37º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B9EED is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 158 237 -
CMYK 0.41 0.33 0 0.07
HSL 228.37º 0.73% 0.74% -
HSV(B) 228.37º 0.41% 0.93% -
XYZ 38.16 36.06 85.07 -
YUV 161.33 170.71 112.08 -
System Red Green Blue C M Y K H S L
Decimal 139 158 237 0.41 0.33 0 0.07 228.37 0.73 0.74
Hex 8B 9E ED 29 21 0 7 E4 49 4A
Octal 213 236 355 51 41 0 7 344 111 112
Binary 10001011 10011110 11101101 101001 100001 0 111 11100100 1001001 1001010

Color Harmonies of #8B9EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9EED

Black with #8B9EED

Text Example


Text Example

White with #8B9EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,158,237); }

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

background-color css

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

 a { background-color: rgb(139,158,237); }

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

border-color css

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

 span { border-color: rgb(139,158,237); }

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