Html Css Color HEX #8DA7FF Jordy Blue

📋 copy color: '#8DA7FF'

red 141 ◦ green 167 ◦ blue 255

#8DA7FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #8DA7FF

Tints of Jordy Blue #8DA7FF

RGB

 RED value IS 141 (55.47% from 255) = 25.04%

 GREEN value IS 167 (65.63% from 255) = 29.66%

 BLUE value IS 255 (100% from 255) = 45.29%

R = 25.04%
G = 29.66%
B = 45.29%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DA7FF (or 0x8DA7FF) is known color: 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

RGB 141 167 255 -
CMYK 0.45 0.35 0 0
HSL 226.32º 1% 0.78% -
HSV(B) 226.32º 0.45% 1% -
XYZ 42.85 40.52 100.17 -
YUV 169.26 176.39 107.84 -
System Red Green Blue C M Y K H S L
Decimal 141 167 255 0.45 0.35 0 0 226.32 1 0.78
Hex 8D A7 FF 2D 23 0 0 E2 64 4E
Octal 215 247 377 55 43 0 0 342 144 116
Binary 10001101 10100111 11111111 101101 100011 0 0 11100010 1100100 1001110

Color Harmonies of #8DA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA7FF

Black with #8DA7FF

Text Example


Text Example

White with #8DA7FF

Text Example


Text Example

HTML Codes & Css Web 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>