#8DA7FF

Color #8DA7FF Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #8DA7FF

Tints of Jordy Blue #8DA7FF

Color information

#8DA7FF (or 0x8DA7FF) is unknown color: approx Jordy Blue. HEX triplet: 8D, A7 and FF. RGB value is (141,167,255). Sum of RGB (Red+Green+Blue) = 141+167+255=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DA7FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA7FF is #725800. Grayscale: #A8A8A8. Windows color (decimal): -7493633 or 16754573. OLE color: 16754573.

HSL color Cylindrical-coordinate representation of color #8DA7FF: hue angle of 226.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DA7FF is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141167255-
CMYK0.450.3500
HSL226.32º100%77.65%-
HSV(B)226.32º44.71%100%-
XYZ42.8540.52100.17-
YUV169.26176.39107.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.04%
GREEN value IS 167 (65.62% from 255) = 29.66%
BLUE value IS 255 (100% from 255) = 45.29%
R=25.04%
G=29.66%
B=45.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411672550.450.3500226.3210077.65
Hex8DA7FF2D2300e2644e
Octal215247377554300342144116
Binary100011011010011111111111101101100011001110001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA7FF; }

 p { color: rgb(141,167,255); }

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

<style>
 a { background-color: #8DA7FF; }

 a { background-color: rgb(141,167,255); }

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

<style>
 span { border-color: #8DA7FF; }

 span { border-color: rgb(141,167,255); }

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