Html Css Color HEX #9BA3EA Portage

📋 copy color: '#9BA3EA'

red 155 ◦ green 163 ◦ blue 234

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

Shades of Portage #9BA3EA

Tints of Portage #9BA3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.39%

R = 28.08%
G = 29.53%
B = 42.39%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BA3EA (or 0x9BA3EA) is known color: Portage. HEX triplet: 9B, A3 and EA. RGB value is (155,163,234). Sum of RGB (Red+Green+Blue) = 155+163+234=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BA3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA3EA is #645C15. Grayscale: #A8A8A8. Windows color (decimal): -6577174 or 15377307. OLE color: 15377307.

HSL color Cylindrical-coordinate representation of color #9BA3EA: hue angle of 233.92º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BA3EA is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 163 234 -
CMYK 0.34 0.30 0 0.08
HSL 233.92º 0.65% 0.76% -
HSV(B) 233.92º 0.34% 0.92% -
XYZ 41.47 39.1 83.2 -
YUV 168.7 164.85 118.23 -
System Red Green Blue C M Y K H S L
Decimal 155 163 234 0.34 0.30 0 0.08 233.92 0.65 0.76
Hex 9B A3 EA 22 1E 0 8 EA 41 4C
Octal 233 243 352 42 36 0 10 352 101 114
Binary 10011011 10100011 11101010 100010 11110 0 1000 11101010 1000001 1001100

Color Harmonies of #9BA3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA3EA

Black with #9BA3EA

Text Example


Text Example

White with #9BA3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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