Html Css Color HEX #9BA3DA Portage

📋 copy color: '#9BA3DA'

red 155 ◦ green 163 ◦ blue 218

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

Shades of Portage #9BA3DA

Tints of Portage #9BA3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 28.92%
G = 30.41%
B = 40.67%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BA3DA (or 0x9BA3DA) is known color: Portage. HEX triplet: 9B, A3 and DA. RGB value is (155,163,218). Sum of RGB (Red+Green+Blue) = 155+163+218=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BA3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3DA is #645C25. Grayscale: #A6A6A6. Windows color (decimal): -6577190 or 14328731. OLE color: 14328731.

HSL color Cylindrical-coordinate representation of color #9BA3DA: hue angle of 232.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BA3DA is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 163 218 -
CMYK 0.29 0.25 0 0.15
HSL 232.38º 0.46% 0.73% -
HSV(B) 232.38º 0.29% 0.85% -
XYZ 39.27 38.22 71.64 -
YUV 166.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 155 163 218 0.29 0.25 0 0.15 232.38 0.46 0.73
Hex 9B A3 DA 1D 19 0 F E8 2E 49
Octal 233 243 332 35 31 0 17 350 56 111
Binary 10011011 10100011 11011010 11101 11001 0 1111 11101000 101110 1001001

Color Harmonies of #9BA3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA3DA

Black with #9BA3DA

Text Example


Text Example

White with #9BA3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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