#9B9EFB

Color #9B9EFB Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #9B9EFB

Tints of Perano #9B9EFB

Color information

#9B9EFB (or 0x9B9EFB) is unknown color: approx Perano. HEX triplet: 9B, 9E and FB. RGB value is (155,158,251). Sum of RGB (Red+Green+Blue) = 155+158+251=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B9EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9EFB is #646104. Grayscale: #A7A7A7. Windows color (decimal): -6578437 or 16490139. OLE color: 16490139.

HSL color Cylindrical-coordinate representation of color #9B9EFB: hue angle of 238.12º 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 #9B9EFB is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155158251-
CMYK0.380.3700.02
HSL238.12º92.31%79.61%-
HSV(B)238.12º38.25%98.43%-
XYZ43.1638.3996.4-
YUV167.7175.01118.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.48%
GREEN value IS 158 (62.11% from 255) = 28.01%
BLUE value IS 251 (98.44% from 255) = 44.50%
R=27.48%
G=28.01%
B=44.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551582510.380.3700.02238.1292.3179.61
Hex9B9EFB262502ee5c50
Octal233236373464502356134120
Binary1001101110011110111110111001101001010101110111010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B9EFB;
 }
 .AnyTagClassName
 {
   color: #9B9EFB;
 }
</style>
background-color css

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

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

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

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

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

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