Html Css Color HEX #828FB8 Wild Blue Yonder

📋 copy color: '#828FB8'

red 130 ◦ green 143 ◦ blue 184

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

Shades of Wild Blue Yonder #828FB8

Tints of Wild Blue Yonder #828FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.26%

R = 28.45%
G = 31.29%
B = 40.26%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#828FB8 (or 0x828FB8) is known color: Wild Blue Yonder. HEX triplet: 82, 8F and B8. RGB value is (130,143,184). Sum of RGB (Red+Green+Blue) = 130+143+184=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 184 - color contains mainly: blue. Hex color #828FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FB8 is #7D7047. Grayscale: #8F8F8F. Windows color (decimal): -8220744 or 12095362. OLE color: 12095362.

HSL color Cylindrical-coordinate representation of color #828FB8: hue angle of 225.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #828FB8 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 143 184 -
CMYK 0.29 0.22 0 0.28
HSL 225.56º 0.28% 0.62% -
HSV(B) 225.56º 0.29% 0.72% -
XYZ 27.68 27.85 49.26 -
YUV 143.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 130 143 184 0.29 0.22 0 0.28 225.56 0.28 0.62
Hex 82 8F B8 1D 16 0 1C E2 1C 3E
Octal 202 217 270 35 26 0 34 342 34 76
Binary 10000010 10001111 10111000 11101 10110 0 11100 11100010 11100 111110

Color Harmonies of #828FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FB8

Black with #828FB8

Text Example


Text Example

White with #828FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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