Html Css Color HEX #829FF4 Jordy Blue

📋 copy color: '#829FF4'

red 130 ◦ green 159 ◦ blue 244

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

Shades of Jordy Blue #829FF4

Tints of Jordy Blue #829FF4

RGB

 RED value IS 130 (51.17% from 255) = 24.39%

 GREEN value IS 159 (62.5% from 255) = 29.83%

 BLUE value IS 244 (95.7% from 255) = 45.78%

R = 24.39%
G = 29.83%
B = 45.78%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#829FF4 (or 0x829FF4) is known color: Jordy Blue. HEX triplet: 82, 9F and F4. RGB value is (130,159,244). Sum of RGB (Red+Green+Blue) = 130+159+244=533 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.39% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #829FF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FF4 is #7D600B. Grayscale: #9F9F9F. Windows color (decimal): -8216588 or 16031618. OLE color: 16031618.

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

Color convert

RGB 130 159 244 -
CMYK 0.47 0.35 0 0.04
HSL 224.74º 0.84% 0.73% -
HSV(B) 224.74º 0.47% 0.96% -
XYZ 37.93 36.07 90.55 -
YUV 160.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 130 159 244 0.47 0.35 0 0.04 224.74 0.84 0.73
Hex 82 9F F4 2F 23 0 4 E1 54 49
Octal 202 237 364 57 43 0 4 341 124 111
Binary 10000010 10011111 11110100 101111 100011 0 100 11100001 1010100 1001001

Color Harmonies of #829FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FF4

Black with #829FF4

Text Example


Text Example

White with #829FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #829FF4;
 }
 .AnyTagClassName
 {
   color: #829FF4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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