Html Css Color HEX #9BA5DA Portage

📋 copy color: '#9BA5DA'

red 155 ◦ green 165 ◦ blue 218

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

Shades of Portage #9BA5DA

Tints of Portage #9BA5DA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.67%

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

R = 28.81%
G = 30.67%
B = 40.52%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BA5DA (or 0x9BA5DA) is known color: Portage. HEX triplet: 9B, A5 and DA. RGB value is (155,165,218). Sum of RGB (Red+Green+Blue) = 155+165+218=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BA5DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5DA is #645A25. Grayscale: #A7A7A7. Windows color (decimal): -6576678 or 14329243. OLE color: 14329243.

HSL color Cylindrical-coordinate representation of color #9BA5DA: hue angle of 230.48º 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 #9BA5DA is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 165 218 -
CMYK 0.29 0.24 0 0.15
HSL 230.48º 0.46% 0.73% -
HSV(B) 230.48º 0.29% 0.85% -
XYZ 39.63 38.94 71.76 -
YUV 168.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 155 165 218 0.29 0.24 0 0.15 230.48 0.46 0.73
Hex 9B A5 DA 1D 18 0 F E6 2E 49
Octal 233 245 332 35 30 0 17 346 56 111
Binary 10011011 10100101 11011010 11101 11000 0 1111 11100110 101110 1001001

Color Harmonies of #9BA5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA5DA

Black with #9BA5DA

Text Example


Text Example

White with #9BA5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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