#9DACFB

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

Shades of Perano #9DACFB

Tints of Perano #9DACFB

Color information

#9DACFB (or 0x9DACFB) is unknown color: approx Perano. HEX triplet: 9D, AC and FB. RGB value is (157,172,251). Sum of RGB (Red+Green+Blue) = 157+172+251=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #9DACFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DACFB is #625304. Grayscale: #B0B0B0. Windows color (decimal): -6443781 or 16493725. OLE color: 16493725.

HSL color Cylindrical-coordinate representation of color #9DACFB: hue angle of 230.43º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DACFB is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157172251-
CMYK0.370.3100.02
HSL230.43º92.16%80%-
HSV(B)230.43º37.45%98.43%-
XYZ46.0743.6497.26-
YUV176.52170.03114.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.07%
GREEN value IS 172 (67.58% from 255) = 29.66%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=27.07%
G=29.66%
B=43.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571722510.370.3100.02230.4392.1680
Hex9DACFB251F02e65c50
Octal235254373453702346134120
Binary100111011010110011111011100101111110101110011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,172,251); }

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

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

 a { background-color: rgb(157,172,251); }

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

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

 span { border-color: rgb(157,172,251); }

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