#9B9EFD

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

Shades of Perano #9B9EFD

Tints of Perano #9B9EFD

Color information

#9B9EFD (or 0x9B9EFD) is unknown color: approx Perano. HEX triplet: 9B, 9E and FD. RGB value is (155,158,253). Sum of RGB (Red+Green+Blue) = 155+158+253=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #9B9EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9EFD is #646102. Grayscale: #A7A7A7. Windows color (decimal): -6578435 or 16621211. OLE color: 16621211.

HSL color Cylindrical-coordinate representation of color #9B9EFD: hue angle of 238.16º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B9EFD is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155158253-
CMYK0.390.3800.01
HSL238.16º96.08%80%-
HSV(B)238.16º38.74%99.22%-
XYZ43.4738.5198.07-
YUV167.93176.01118.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.39%
GREEN value IS 158 (62.11% from 255) = 27.92%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=27.39%
G=27.92%
B=44.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551582530.390.3800.01238.1696.0880
Hex9B9EFD272601ee6050
Octal233236375474601356140120
Binary100110111001111011111101100111100110011110111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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