#9DA4FD

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

Shades of Perano #9DA4FD

Tints of Perano #9DA4FD

Color information

#9DA4FD (or 0x9DA4FD) is unknown color: approx Perano. HEX triplet: 9D, A4 and FD. RGB value is (157,164,253). Sum of RGB (Red+Green+Blue) = 157+164+253=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DA4FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA4FD is #625B02. Grayscale: #ABABAB. Windows color (decimal): -6445827 or 16622749. OLE color: 16622749.

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

Color convert

RGB157164253-
CMYK0.380.3500.01
HSL235.62º96%80.39%-
HSV(B)235.62º37.94%99.22%-
XYZ44.9140.8198.44-
YUV172.05173.68117.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.35%
GREEN value IS 164 (64.45% from 255) = 28.57%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=27.35%
G=28.57%
B=44.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571642530.380.3500.01235.629680.39
Hex9DA4FD262301ec6050
Octal235244375464301354140120
Binary100111011010010011111101100110100011011110110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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