Html Css Color HEX #9BA3DD Portage

📋 copy color: '#9BA3DD'

red 155 ◦ green 163 ◦ blue 221

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

Shades of Portage #9BA3DD

Tints of Portage #9BA3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 28.76%
G = 30.24%
B = 41%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BA3DD (or 0x9BA3DD) is known color: Portage. HEX triplet: 9B, A3 and DD. RGB value is (155,163,221). Sum of RGB (Red+Green+Blue) = 155+163+221=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BA3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3DD is #645C22. Grayscale: #A6A6A6. Windows color (decimal): -6577187 or 14525339. OLE color: 14525339.

HSL color Cylindrical-coordinate representation of color #9BA3DD: hue angle of 232.73º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA3DD is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 163 221 -
CMYK 0.30 0.26 0 0.13
HSL 232.73º 0.49% 0.74% -
HSV(B) 232.73º 0.3% 0.87% -
XYZ 39.67 38.38 73.72 -
YUV 167.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 155 163 221 0.30 0.26 0 0.13 232.73 0.49 0.74
Hex 9B A3 DD 1E 1A 0 D E9 31 4A
Octal 233 243 335 36 32 0 15 351 61 112
Binary 10011011 10100011 11011101 11110 11010 0 1101 11101001 110001 1001010

Color Harmonies of #9BA3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA3DD

Black with #9BA3DD

Text Example


Text Example

White with #9BA3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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