Html Css Color HEX #828FB3 Wild Blue Yonder

📋 copy color: '#828FB3'

red 130 ◦ green 143 ◦ blue 179

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

Shades of Wild Blue Yonder #828FB3

Tints of Wild Blue Yonder #828FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.6%

R = 28.76%
G = 31.64%
B = 39.6%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#828FB3 (or 0x828FB3) is known color: Wild Blue Yonder. HEX triplet: 82, 8F and B3. RGB value is (130,143,179). Sum of RGB (Red+Green+Blue) = 130+143+179=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 179 - color contains mainly: blue. Hex color #828FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FB3 is #7D704C. Grayscale: #8F8F8F. Windows color (decimal): -8220749 or 11767682. OLE color: 11767682.

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

Color convert

RGB 130 143 179 -
CMYK 0.27 0.20 0 0.30
HSL 224.08º 0.24% 0.61% -
HSV(B) 224.08º 0.27% 0.7% -
XYZ 27.17 27.65 46.55 -
YUV 143.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 130 143 179 0.27 0.20 0 0.30 224.08 0.24 0.61
Hex 82 8F B3 1B 14 0 1E E0 18 3D
Octal 202 217 263 33 24 0 36 340 30 75
Binary 10000010 10001111 10110011 11011 10100 0 11110 11100000 11000 111101

Color Harmonies of #828FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FB3

Black with #828FB3

Text Example


Text Example

White with #828FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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