Html Css Color HEX #9B9EEA Portage

📋 copy color: '#9B9EEA'

red 155 ◦ green 158 ◦ blue 234

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

Shades of Portage #9B9EEA

Tints of Portage #9B9EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.88%

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

R = 28.34%
G = 28.88%
B = 42.78%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B9EEA (or 0x9B9EEA) is known color: Portage. HEX triplet: 9B, 9E and EA. RGB value is (155,158,234). Sum of RGB (Red+Green+Blue) = 155+158+234=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B9EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9EEA is #646115. Grayscale: #A5A5A5. Windows color (decimal): -6578454 or 15376027. OLE color: 15376027.

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

Color convert

RGB 155 158 234 -
CMYK 0.34 0.32 0 0.08
HSL 237.72º 0.65% 0.76% -
HSV(B) 237.72º 0.34% 0.92% -
XYZ 40.6 37.36 82.91 -
YUV 165.77 166.51 120.32 -
System Red Green Blue C M Y K H S L
Decimal 155 158 234 0.34 0.32 0 0.08 237.72 0.65 0.76
Hex 9B 9E EA 22 20 0 8 EE 41 4C
Octal 233 236 352 42 40 0 10 356 101 114
Binary 10011011 10011110 11101010 100010 100000 0 1000 11101110 1000001 1001100

Color Harmonies of #9B9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9EEA

Black with #9B9EEA

Text Example


Text Example

White with #9B9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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