Html Css Color HEX #84A3FF Jordy Blue

📋 copy color: '#84A3FF'

red 132 ◦ green 163 ◦ blue 255

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

Shades of Jordy Blue #84A3FF

Tints of Jordy Blue #84A3FF

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 value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#84A3FF (or 0x84A3FF) is known color: 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

RGB 132 163 255 -
CMYK 0.48 0.36 0 0
HSL 224.88º 1% 0.76% -
HSV(B) 224.88º 0.48% 1% -
XYZ 40.66 38.32 99.86 -
YUV 164.22 179.23 105.02 -
System Red Green Blue C M Y K H S L
Decimal 132 163 255 0.48 0.36 0 0 224.88 1 0.76
Hex 84 A3 FF 30 24 0 0 E1 64 4C
Octal 204 243 377 60 44 0 0 341 144 114
Binary 10000100 10100011 11111111 110000 100100 0 0 11100001 1100100 1001100

Color Harmonies of #84A3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A3FF

Black with #84A3FF

Text Example


Text Example

White with #84A3FF

Text Example


Text Example

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