Html Css Color HEX #9B9CEB Portage

📋 copy color: '#9B9CEB'

red 155 ◦ green 156 ◦ blue 235

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

Shades of Portage #9B9CEB

Tints of Portage #9B9CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.57%

 BLUE value IS 235 (92.19% from 255) = 43.04%

R = 28.39%
G = 28.57%
B = 43.04%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B9CEB (or 0x9B9CEB) is known color: Portage. HEX triplet: 9B, 9C and EB. RGB value is (155,156,235). Sum of RGB (Red+Green+Blue) = 155+156+235=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B9CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9CEB is #646314. Grayscale: #A4A4A4. Windows color (decimal): -6578965 or 15441051. OLE color: 15441051.

HSL color Cylindrical-coordinate representation of color #9B9CEB: hue angle of 239.25º degrees, saturation: 0.67, 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 #9B9CEB is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 156 235 -
CMYK 0.34 0.34 0 0.08
HSL 239.25º 0.67% 0.76% -
HSV(B) 239.25º 0.34% 0.92% -
XYZ 40.4 36.74 83.56 -
YUV 164.71 167.67 121.08 -
System Red Green Blue C M Y K H S L
Decimal 155 156 235 0.34 0.34 0 0.08 239.25 0.67 0.76
Hex 9B 9C EB 22 22 0 8 EF 43 4C
Octal 233 234 353 42 42 0 10 357 103 114
Binary 10011011 10011100 11101011 100010 100010 0 1000 11101111 1000011 1001100

Color Harmonies of #9B9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9CEB

Black with #9B9CEB

Text Example


Text Example

White with #9B9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,156,235); }

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

background-color css

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

 a { background-color: rgb(155,156,235); }

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

border-color css

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

 span { border-color: rgb(155,156,235); }

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