Html Css Color HEX #9B9FED Portage

📋 copy color: '#9B9FED'

red 155 ◦ green 159 ◦ blue 237

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

Shades of Portage #9B9FED

Tints of Portage #9B9FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.86%

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 28.13%
G = 28.86%
B = 43.01%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B9FED (or 0x9B9FED) is known color: Portage. HEX triplet: 9B, 9F and ED. RGB value is (155,159,237). Sum of RGB (Red+Green+Blue) = 155+159+237=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B9FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9FED is #646012. Grayscale: #A6A6A6. Windows color (decimal): -6578195 or 15572891. OLE color: 15572891.

HSL color Cylindrical-coordinate representation of color #9B9FED: hue angle of 237.07º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B9FED is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 159 237 -
CMYK 0.35 0.33 0 0.07
HSL 237.07º 0.69% 0.77% -
HSV(B) 237.07º 0.35% 0.93% -
XYZ 41.2 37.88 85.26 -
YUV 166.7 167.67 119.66 -
System Red Green Blue C M Y K H S L
Decimal 155 159 237 0.35 0.33 0 0.07 237.07 0.69 0.77
Hex 9B 9F ED 23 21 0 7 ED 45 4D
Octal 233 237 355 43 41 0 7 355 105 115
Binary 10011011 10011111 11101101 100011 100001 0 111 11101101 1000101 1001101

Color Harmonies of #9B9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9FED

Black with #9B9FED

Text Example


Text Example

White with #9B9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,159,237); }

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

background-color css

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

 a { background-color: rgb(155,159,237); }

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

border-color css

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

 span { border-color: rgb(155,159,237); }

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