Html Css Color HEX #828FBB Wild Blue Yonder

📋 copy color: '#828FBB'

red 130 ◦ green 143 ◦ blue 187

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

Shades of Wild Blue Yonder #828FBB

Tints of Wild Blue Yonder #828FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 28.26%
G = 31.09%
B = 40.65%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#828FBB (or 0x828FBB) is known color: Wild Blue Yonder. HEX triplet: 82, 8F and BB. RGB value is (130,143,187). Sum of RGB (Red+Green+Blue) = 130+143+187=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #828FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FBB is #7D7044. Grayscale: #8F8F8F. Windows color (decimal): -8220741 or 12291970. OLE color: 12291970.

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

Color convert

RGB 130 143 187 -
CMYK 0.30 0.24 0 0.27
HSL 226.32º 0.3% 0.62% -
HSV(B) 226.32º 0.3% 0.73% -
XYZ 28 27.98 50.94 -
YUV 144.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 130 143 187 0.30 0.24 0 0.27 226.32 0.3 0.62
Hex 82 8F BB 1E 18 0 1B E2 1E 3E
Octal 202 217 273 36 30 0 33 342 36 76
Binary 10000010 10001111 10111011 11110 11000 0 11011 11100010 11110 111110

Color Harmonies of #828FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FBB

Black with #828FBB

Text Example


Text Example

White with #828FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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