#9BA5FD

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

Shades of Perano #9BA5FD

Tints of Perano #9BA5FD

Color information

#9BA5FD (or 0x9BA5FD) is unknown color: approx Perano. HEX triplet: 9B, A5 and FD. RGB value is (155,165,253). Sum of RGB (Red+Green+Blue) = 155+165+253=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BA5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA5FD is #645A02. Grayscale: #ABABAB. Windows color (decimal): -6576643 or 16623003. OLE color: 16623003.

HSL color Cylindrical-coordinate representation of color #9BA5FD: hue angle of 233.88º 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 #9BA5FD is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155165253-
CMYK0.390.3500.01
HSL233.88º96.08%80%-
HSV(B)233.88º38.74%99.22%-
XYZ44.740.9798.48-
YUV172.04173.69115.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.05%
GREEN value IS 165 (64.84% from 255) = 28.80%
BLUE value IS 253 (99.22% from 255) = 44.15%
R=27.05%
G=28.80%
B=44.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551652530.390.3500.01233.8896.0880
Hex9BA5FD272301ea6050
Octal233245375474301352140120
Binary100110111010010111111101100111100011011110101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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