Html Css Color HEX #8B9DED Portage

📋 copy color: '#8B9DED'

red 139 ◦ green 157 ◦ blue 237

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

Shades of Portage #8B9DED

Tints of Portage #8B9DED

RGB

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

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

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

R = 26.08%
G = 29.46%
B = 44.47%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B9DED (or 0x8B9DED) is known color: Portage. HEX triplet: 8B, 9D and ED. RGB value is (139,157,237). Sum of RGB (Red+Green+Blue) = 139+157+237=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B9DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9DED is #746212. Grayscale: #A0A0A0. Windows color (decimal): -7627283 or 15572363. OLE color: 15572363.

HSL color Cylindrical-coordinate representation of color #8B9DED: hue angle of 228.98º 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 #8B9DED is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 157 237 -
CMYK 0.41 0.34 0 0.07
HSL 228.98º 0.73% 0.74% -
HSV(B) 228.98º 0.41% 0.93% -
XYZ 37.99 35.72 85.01 -
YUV 160.74 171.04 112.5 -
System Red Green Blue C M Y K H S L
Decimal 139 157 237 0.41 0.34 0 0.07 228.98 0.73 0.74
Hex 8B 9D ED 29 22 0 7 E5 49 4A
Octal 213 235 355 51 42 0 7 345 111 112
Binary 10001011 10011101 11101101 101001 100010 0 111 11100101 1001001 1001010

Color Harmonies of #8B9DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9DED

Black with #8B9DED

Text Example


Text Example

White with #8B9DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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