Html Css Color HEX #828FBE Wild Blue Yonder

📋 copy color: '#828FBE'

red 130 ◦ green 143 ◦ blue 190

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

Shades of Wild Blue Yonder #828FBE

Tints of Wild Blue Yonder #828FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.89%

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 28.08%
G = 30.89%
B = 41.04%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#828FBE (or 0x828FBE) is known color: Wild Blue Yonder. HEX triplet: 82, 8F and BE. RGB value is (130,143,190). Sum of RGB (Red+Green+Blue) = 130+143+190=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #828FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FBE is #7D7041. Grayscale: #909090. Windows color (decimal): -8220738 or 12488578. OLE color: 12488578.

HSL color Cylindrical-coordinate representation of color #828FBE: hue angle of 227º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #828FBE is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 143 190 -
CMYK 0.32 0.25 0 0.25
HSL 227º 0.32% 0.63% -
HSV(B) 227º 0.32% 0.75% -
XYZ 28.32 28.11 52.65 -
YUV 144.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 130 143 190 0.32 0.25 0 0.25 227 0.32 0.63
Hex 82 8F BE 20 19 0 19 E3 20 3F
Octal 202 217 276 40 31 0 31 343 40 77
Binary 10000010 10001111 10111110 100000 11001 0 11001 11100011 100000 111111

Color Harmonies of #828FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FBE

Black with #828FBE

Text Example


Text Example

White with #828FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828FBE; }

 p { color: rgb(130,143,190); }

 H1.HeaderClassName
 {
   color: #828FBE;
 }
 .AnyTagClassName
 {
   color: #828FBE;
 }
</style>

background-color css

<style>
 a { background-color: #828FBE; }

 a { background-color: rgb(130,143,190); }

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

border-color css

<style>
 span { border-color: #828FBE; }

 span { border-color: rgb(130,143,190); }

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