#77A3E4

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

Shades of Jordy Blue #77A3E4

Tints of Jordy Blue #77A3E4

Color information

#77A3E4 (or 0x77A3E4) is unknown color: approx Jordy Blue. HEX triplet: 77, A3 and E4. RGB value is (119,163,228). Sum of RGB (Red+Green+Blue) = 119+163+228=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 228 - color contains mainly: blue. Hex color #77A3E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A3E4 is #885C1B. Grayscale: #9C9C9C. Windows color (decimal): -8936476 or 14984055. OLE color: 14984055.

HSL color Cylindrical-coordinate representation of color #77A3E4: hue angle of 215.78º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77A3E4 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB119163228-
CMYK0.480.2900.11
HSL215.78º66.87%68.04%-
HSV(B)215.78º47.81%89.41%-
XYZ34.7135.7278.46-
YUV157.25167.92100.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.33%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 228 (89.45% from 255) = 44.71%
R=23.33%
G=31.96%
B=44.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1191632280.480.2900.11215.7866.8768.04
Hex77A3E4301D0Bd84344
Octal1672433446035013330103104
Binary1110111101000111110010011000011101010111101100010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A3E4; }

 p { color: rgb(119,163,228); }

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

<style>
 a { background-color: #77A3E4; }

 a { background-color: rgb(119,163,228); }

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

<style>
 span { border-color: #77A3E4; }

 span { border-color: rgb(119,163,228); }

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