#84A3DA

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

Shades of Jordy Blue #84A3DA

Tints of Jordy Blue #84A3DA

Color information

#84A3DA (or 0x84A3DA) is unknown color: approx Jordy Blue. HEX triplet: 84, A3 and DA. RGB value is (132,163,218). Sum of RGB (Red+Green+Blue) = 132+163+218=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #84A3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A3DA is #7B5C25. Grayscale: #9F9F9F. Windows color (decimal): -8084518 or 14328708. OLE color: 14328708.

HSL color Cylindrical-coordinate representation of color #84A3DA: hue angle of 218.37º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84A3DA is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132163218-
CMYK0.390.2500.15
HSL218.37º53.75%68.63%-
HSV(B)218.37º39.45%85.49%-
XYZ35.2736.1671.45-
YUV160160.73108.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.73%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=25.73%
G=31.77%
B=42.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321632180.390.2500.15218.3753.7568.63
Hex84A3DA27190Fda3645
Octal204243332473101733266105
Binary1000010010100011110110101001111100101111110110101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A3DA; }

 p { color: rgb(132,163,218); }

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

<style>
 a { background-color: #84A3DA; }

 a { background-color: rgb(132,163,218); }

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

<style>
 span { border-color: #84A3DA; }

 span { border-color: rgb(132,163,218); }

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