#9DA6FD

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

Shades of Perano #9DA6FD

Tints of Perano #9DA6FD

Color information

#9DA6FD (or 0x9DA6FD) is unknown color: approx Perano. HEX triplet: 9D, A6 and FD. RGB value is (157,166,253). Sum of RGB (Red+Green+Blue) = 157+166+253=576 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.26% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DA6FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA6FD is #625902. Grayscale: #ACACAC. Windows color (decimal): -6445315 or 16623261. OLE color: 16623261.

HSL color Cylindrical-coordinate representation of color #9DA6FD: hue angle of 234.38º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DA6FD is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB157166253-
CMYK0.380.3400.01
HSL234.38º96%80.39%-
HSV(B)234.38º37.94%99.22%-
XYZ45.2741.5398.56-
YUV173.23173.02116.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.26%
GREEN value IS 166 (65.23% from 255) = 28.82%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=27.26%
G=28.82%
B=43.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571662530.380.3400.01234.389680.39
Hex9DA6FD262201ea6050
Octal235246375464201352140120
Binary100111011010011011111101100110100010011110101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,166,253); }

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

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

 a { background-color: rgb(157,166,253); }

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

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

 span { border-color: rgb(157,166,253); }

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