#84A3FF

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

Shades of Jordy Blue #84A3FF

Tints of Jordy Blue #84A3FF

Color information

#84A3FF (or 0x84A3FF) is unknown color: approx Jordy Blue. HEX triplet: 84, A3 and FF. RGB value is (132,163,255). Sum of RGB (Red+Green+Blue) = 132+163+255=550 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #84A3FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A3FF is #7B5C00. Grayscale: #A3A3A3. Windows color (decimal): -8084481 or 16753540. OLE color: 16753540.

HSL color Cylindrical-coordinate representation of color #84A3FF: hue angle of 224.88º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84A3FF is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB132163255-
CMYK0.480.3600
HSL224.88º100%75.88%-
HSV(B)224.88º48.24%100%-
XYZ40.6638.3299.86-
YUV164.22179.23105.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24%
GREEN value IS 163 (64.06% from 255) = 29.64%
BLUE value IS 255 (100% from 255) = 46.36%
R=24%
G=29.64%
B=46.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1321632550.480.3600224.8810075.88
Hex84A3FF302400e1644c
Octal204243377604400341144114
Binary100001001010001111111111110000100100001110000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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