Html Css Color HEX #828FBC Wild Blue Yonder

📋 copy color: '#828FBC'

red 130 ◦ green 143 ◦ blue 188

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

Shades of Wild Blue Yonder #828FBC

Tints of Wild Blue Yonder #828FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 28.2%
G = 31.02%
B = 40.78%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#828FBC (or 0x828FBC) is known color: Wild Blue Yonder. HEX triplet: 82, 8F and BC. RGB value is (130,143,188). Sum of RGB (Red+Green+Blue) = 130+143+188=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #828FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FBC is #7D7043. Grayscale: #909090. Windows color (decimal): -8220740 or 12357506. OLE color: 12357506.

HSL color Cylindrical-coordinate representation of color #828FBC: hue angle of 226.55º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #828FBC is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 143 188 -
CMYK 0.31 0.24 0 0.26
HSL 226.55º 0.3% 0.62% -
HSV(B) 226.55º 0.31% 0.74% -
XYZ 28.11 28.02 51.5 -
YUV 144.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 130 143 188 0.31 0.24 0 0.26 226.55 0.3 0.62
Hex 82 8F BC 1F 18 0 1A E3 1E 3E
Octal 202 217 274 37 30 0 32 343 36 76
Binary 10000010 10001111 10111100 11111 11000 0 11010 11100011 11110 111110

Color Harmonies of #828FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FBC

Black with #828FBC

Text Example


Text Example

White with #828FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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