#829FF3

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

Shades of Jordy Blue #829FF3

Tints of Jordy Blue #829FF3

Color information

#829FF3 (or 0x829FF3) is unknown color: approx Jordy Blue. HEX triplet: 82, 9F and F3. RGB value is (130,159,243). Sum of RGB (Red+Green+Blue) = 130+159+243=532 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.44% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #829FF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FF3 is #7D600C. Grayscale: #9F9F9F. Windows color (decimal): -8216589 or 15966082. OLE color: 15966082.

HSL color Cylindrical-coordinate representation of color #829FF3: hue angle of 224.6º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #829FF3 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB130159243-
CMYK0.470.3500.05
HSL224.6º82.48%73.14%-
HSV(B)224.6º46.5%95.29%-
XYZ37.7836.0189.75-
YUV159.9174.89106.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.44%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 243 (95.31% from 255) = 45.68%
R=24.44%
G=29.89%
B=45.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1301592430.470.3500.05224.682.4873.14
Hex829FF32F2305e15249
Octal202237363574305341122111
Binary10000010100111111111001110111110001101011110000110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829FF3; }

 p { color: rgb(130,159,243); }

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

<style>
 a { background-color: #829FF3; }

 a { background-color: rgb(130,159,243); }

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

<style>
 span { border-color: #829FF3; }

 span { border-color: rgb(130,159,243); }

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