#9BABFA

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

Shades of Perano #9BABFA

Tints of Perano #9BABFA

Color information

#9BABFA (or 0x9BABFA) is unknown color: approx Perano. HEX triplet: 9B, AB and FA. RGB value is (155,171,250). Sum of RGB (Red+Green+Blue) = 155+171+250=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BABFA is #645405. Grayscale: #AEAEAE. Windows color (decimal): -6575110 or 16427931. OLE color: 16427931.

HSL color Cylindrical-coordinate representation of color #9BABFA: hue angle of 229.89º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BABFA is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155171250-
CMYK0.380.3200.02
HSL229.89º90.48%79.41%-
HSV(B)229.89º38%98.04%-
XYZ45.344396.35-
YUV175.22170.2113.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.91%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=26.91%
G=29.69%
B=43.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551712500.380.3200.02229.8990.4879.41
Hex9BABFA262002e65a4f
Octal233253372464002346132117
Binary1001101110101011111110101001101000000101110011010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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