#9DA7FD

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

Shades of Perano #9DA7FD

Tints of Perano #9DA7FD

Color information

#9DA7FD (or 0x9DA7FD) is unknown color: approx Perano. HEX triplet: 9D, A7 and FD. RGB value is (157,167,253). Sum of RGB (Red+Green+Blue) = 157+167+253=577 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.21% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DA7FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA7FD is #625802. Grayscale: #ADADAD. Windows color (decimal): -6445059 or 16623517. OLE color: 16623517.

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

Color convert

RGB157167253-
CMYK0.380.3400.01
HSL233.75º96%80.39%-
HSV(B)233.75º37.94%99.22%-
XYZ45.4541.998.62-
YUV173.81172.69116.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.21%
GREEN value IS 167 (65.62% from 255) = 28.94%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=27.21%
G=28.94%
B=43.85%

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
Decimal1571672530.380.3400.01233.759680.39
Hex9DA7FD262201ea6050
Octal235247375464201352140120
Binary100111011010011111111101100110100010011110101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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