Html Css Color HEX #9B9AE9 Portage

📋 copy color: '#9B9AE9'

red 155 ◦ green 154 ◦ blue 233

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

Shades of Portage #9B9AE9

Tints of Portage #9B9AE9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.41%

 BLUE value IS 233 (91.41% from 255) = 42.99%

R = 28.6%
G = 28.41%
B = 42.99%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9B9AE9 (or 0x9B9AE9) is known color: Portage. HEX triplet: 9B, 9A and E9. RGB value is (155,154,233). Sum of RGB (Red+Green+Blue) = 155+154+233=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #9B9AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9AE9 is #646516. Grayscale: #A2A2A2. Windows color (decimal): -6579479 or 15309467. OLE color: 15309467.

HSL color Cylindrical-coordinate representation of color #9B9AE9: hue angle of 240.76º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B9AE9 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 154 233 -
CMYK 0.33 0.34 0 0.09
HSL 240.76º 0.64% 0.76% -
HSV(B) 240.76º 0.34% 0.91% -
XYZ 39.78 35.96 81.94 -
YUV 163.31 167.33 122.08 -
System Red Green Blue C M Y K H S L
Decimal 155 154 233 0.33 0.34 0 0.09 240.76 0.64 0.76
Hex 9B 9A E9 21 22 0 9 F1 40 4C
Octal 233 232 351 41 42 0 11 361 100 114
Binary 10011011 10011010 11101001 100001 100010 0 1001 11110001 1000000 1001100

Color Harmonies of #9B9AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9AE9

Black with #9B9AE9

Text Example


Text Example

White with #9B9AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,154,233); }

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

background-color css

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

 a { background-color: rgb(155,154,233); }

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

border-color css

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

 span { border-color: rgb(155,154,233); }

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