Html Css Color HEX #9BA3DB Portage

📋 copy color: '#9BA3DB'

red 155 ◦ green 163 ◦ blue 219

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

Shades of Portage #9BA3DB

Tints of Portage #9BA3DB

RGB

 RED value IS 155 (60.94% from 255) = 28.86%

 GREEN value IS 163 (64.06% from 255) = 30.35%

 BLUE value IS 219 (85.94% from 255) = 40.78%

R = 28.86%
G = 30.35%
B = 40.78%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BA3DB (or 0x9BA3DB) is known color: Portage. HEX triplet: 9B, A3 and DB. RGB value is (155,163,219). Sum of RGB (Red+Green+Blue) = 155+163+219=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BA3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3DB is #645C24. Grayscale: #A6A6A6. Windows color (decimal): -6577189 or 14394267. OLE color: 14394267.

HSL color Cylindrical-coordinate representation of color #9BA3DB: hue angle of 232.5º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BA3DB is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 163 219 -
CMYK 0.29 0.26 0 0.14
HSL 232.5º 0.47% 0.73% -
HSV(B) 232.5º 0.29% 0.86% -
XYZ 39.4 38.28 72.33 -
YUV 166.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 155 163 219 0.29 0.26 0 0.14 232.5 0.47 0.73
Hex 9B A3 DB 1D 1A 0 E E8 2F 49
Octal 233 243 333 35 32 0 16 350 57 111
Binary 10011011 10100011 11011011 11101 11010 0 1110 11101000 101111 1001001

Color Harmonies of #9BA3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA3DB

Black with #9BA3DB

Text Example


Text Example

White with #9BA3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BA3DB; }

 p { color: rgb(155,163,219); }

 H1.HeaderClassName
 {
   color: #9BA3DB;
 }
 .AnyTagClassName
 {
   color: #9BA3DB;
 }
</style>

background-color css

<style>
 a { background-color: #9BA3DB; }

 a { background-color: rgb(155,163,219); }

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

border-color css

<style>
 span { border-color: #9BA3DB; }

 span { border-color: rgb(155,163,219); }

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