#9ba3f2

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

Shades of Perano #9BA3F2

Tints of Perano #9BA3F2

Color information

#9BA3F2 (or 0x9BA3F2) is unknown color: approx Perano. HEX triplet: 9B, A3 and F2. RGB value is (155,163,242). Sum of RGB (Red+Green+Blue) = 155+163+242=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #9BA3F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA3F2 is #645C0D. Grayscale: #A9A9A9. Windows color (decimal): -6577166 or 15901595. OLE color: 15901595.

HSL color Cylindrical-coordinate representation of color #9BA3F2: hue angle of 234.48º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BA3F2 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155163242-
CMYK0.360.3300.05
HSL234.48º76.99%77.84%-
HSV(B)234.48º35.95%94.9%-
XYZ42.6439.5789.4-
YUV169.61168.85117.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.68%
GREEN value IS 163 (64.06% from 255) = 29.11%
BLUE value IS 242 (94.92% from 255) = 43.21%
R=27.68%
G=29.11%
B=43.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1551632420.360.3300.05234.4876.9977.84
Hex9BA3F2242105ea4d4e
Octal233243362444105352115116
Binary10011011101000111111001010010010000101011110101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ba3f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,163,242); }

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

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

 a { background-color: rgb(155,163,242); }

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

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

 span { border-color: rgb(155,163,242); }

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