#9ba9f3

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

Shades of Perano #9BA9F3

Tints of Perano #9BA9F3

Color information

#9BA9F3 (or 0x9BA9F3) is unknown color: approx Perano. HEX triplet: 9B, A9 and F3. RGB value is (155,169,243). Sum of RGB (Red+Green+Blue) = 155+169+243=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #9BA9F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA9F3 is #64560C. Grayscale: #ACACAC. Windows color (decimal): -6575629 or 15968667. OLE color: 15968667.

HSL color Cylindrical-coordinate representation of color #9BA9F3: hue angle of 230.45º degrees, saturation: 0.79, 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 #9BA9F3 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155169243-
CMYK0.360.3000.05
HSL230.45º78.57%78.04%-
HSV(B)230.45º36.21%95.29%-
XYZ43.8841.8290.55-
YUV173.25167.36114.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.34%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 243 (95.31% from 255) = 42.86%
R=27.34%
G=29.81%
B=42.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1551692430.360.3000.05230.4578.5778.04
Hex9BA9F3241E05e64f4e
Octal233251363443605346117116
Binary1001101110101001111100111001001111001011110011010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ba9f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,169,243); }

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

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

 a { background-color: rgb(155,169,243); }

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

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

 span { border-color: rgb(155,169,243); }

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