#83A4F7

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

Shades of Jordy Blue #83A4F7

Tints of Jordy Blue #83A4F7

Color information

#83A4F7 (or 0x83A4F7) is unknown color: approx Jordy Blue. HEX triplet: 83, A4 and F7. RGB value is (131,164,247). Sum of RGB (Red+Green+Blue) = 131+164+247=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #83A4F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A4F7 is #7C5B08. Grayscale: #A3A3A3. Windows color (decimal): -8149769 or 16229507. OLE color: 16229507.

HSL color Cylindrical-coordinate representation of color #83A4F7: hue angle of 222.93º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83A4F7 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB131164247-
CMYK0.470.3400.03
HSL222.93º87.88%74.12%-
HSV(B)222.93º46.96%96.86%-
XYZ39.4238.0993.27-
YUV163.6175.07104.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.17%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 247 (96.88% from 255) = 45.57%
R=24.17%
G=30.26%
B=45.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1311642470.470.3400.03222.9387.8874.12
Hex83A4F72F2203df584a
Octal203244367574203337130112
Binary1000001110100100111101111011111000100111101111110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A4F7; }

 p { color: rgb(131,164,247); }

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

<style>
 a { background-color: #83A4F7; }

 a { background-color: rgb(131,164,247); }

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

<style>
 span { border-color: #83A4F7; }

 span { border-color: rgb(131,164,247); }

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