Html Css Color HEX #9B9DFB Portage

📋 copy color: '#9B9DFB'

red 155 ◦ green 157 ◦ blue 251

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

Shades of Portage #9B9DFB

Tints of Portage #9B9DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.89%

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 27.53%
G = 27.89%
B = 44.58%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B9DFB (or 0x9B9DFB) is known color: Portage. HEX triplet: 9B, 9D and FB. RGB value is (155,157,251). Sum of RGB (Red+Green+Blue) = 155+157+251=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B9DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9DFB is #646204. Grayscale: #A6A6A6. Windows color (decimal): -6578693 or 16489883. OLE color: 16489883.

HSL color Cylindrical-coordinate representation of color #9B9DFB: hue angle of 238.75º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B9DFB is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 157 251 -
CMYK 0.38 0.37 0 0.02
HSL 238.75º 0.92% 0.8% -
HSV(B) 238.75º 0.38% 0.98% -
XYZ 42.99 38.05 96.35 -
YUV 167.12 175.34 119.36 -
System Red Green Blue C M Y K H S L
Decimal 155 157 251 0.38 0.37 0 0.02 238.75 0.92 0.8
Hex 9B 9D FB 26 25 0 2 EF 5C 50
Octal 233 235 373 46 45 0 2 357 134 120
Binary 10011011 10011101 11111011 100110 100101 0 10 11101111 1011100 1010000

Color Harmonies of #9B9DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9DFB

Black with #9B9DFB

Text Example


Text Example

White with #9B9DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,157,251); }

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

background-color css

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

 a { background-color: rgb(155,157,251); }

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

border-color css

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

 span { border-color: rgb(155,157,251); }

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