#9BABF3

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

Shades of Perano #9BABF3

Tints of Perano #9BABF3

Color information

#9BABF3 (or 0x9BABF3) is unknown color: approx Perano. HEX triplet: 9B, AB and F3. RGB value is (155,171,243). Sum of RGB (Red+Green+Blue) = 155+171+243=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #9BABF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BABF3 is #64540C. Grayscale: #AEAEAE. Windows color (decimal): -6575117 or 15969179. OLE color: 15969179.

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

Color convert

RGB155171243-
CMYK0.360.3000.05
HSL229.09º78.57%78.04%-
HSV(B)229.09º36.21%95.29%-
XYZ44.2642.5790.68-
YUV174.42166.7114.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.24%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 243 (95.31% from 255) = 42.71%
R=27.24%
G=30.05%
B=42.71%

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
Decimal1551712430.360.3000.05229.0978.5778.04
Hex9BABF3241E05e54f4e
Octal233253363443605345117116
Binary1001101110101011111100111001001111001011110010110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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