#9BB7FF

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

Shades of Perano #9BB7FF

Tints of Perano #9BB7FF

Color information

#9BB7FF (or 0x9BB7FF) is unknown color: approx Perano. HEX triplet: 9B, B7 and FF. RGB value is (155,183,255). Sum of RGB (Red+Green+Blue) = 155+183+255=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BB7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB7FF is #644800. Grayscale: #B6B6B6. Windows color (decimal): -6572033 or 16758683. OLE color: 16758683.

HSL color Cylindrical-coordinate representation of color #9BB7FF: hue angle of 223.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BB7FF is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB155183255-
CMYK0.390.2800
HSL223.2º100%80.39%-
HSV(B)223.2º39.22%100%-
XYZ48.548.06101.33-
YUV182.84168.72108.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.14%
GREEN value IS 183 (71.88% from 255) = 30.86%
BLUE value IS 255 (100% from 255) = 43.00%
R=26.14%
G=30.86%
B=43.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1551832550.390.2800223.210080.39
Hex9BB7FF271C00df6450
Octal233267377473400337144120
Binary10011011101101111111111110011111100001101111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,183,255); }

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

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

 a { background-color: rgb(155,183,255); }

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

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

 span { border-color: rgb(155,183,255); }

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