Html Css Color HEX #828FCB Portage

📋 copy color: '#828FCB'

red 130 ◦ green 143 ◦ blue 203

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

Shades of Portage #828FCB

Tints of Portage #828FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 27.31%
G = 30.04%
B = 42.65%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#828FCB (or 0x828FCB) is known color: Portage. HEX triplet: 82, 8F and CB. RGB value is (130,143,203). Sum of RGB (Red+Green+Blue) = 130+143+203=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #828FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FCB is #7D7034. Grayscale: #919191. Windows color (decimal): -8220725 or 13340546. OLE color: 13340546.

HSL color Cylindrical-coordinate representation of color #828FCB: hue angle of 229.32º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828FCB is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 143 203 -
CMYK 0.36 0.30 0 0.20
HSL 229.32º 0.41% 0.65% -
HSV(B) 229.32º 0.36% 0.8% -
XYZ 29.81 28.7 60.47 -
YUV 145.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 130 143 203 0.36 0.30 0 0.20 229.32 0.41 0.65
Hex 82 8F CB 24 1E 0 14 E5 29 41
Octal 202 217 313 44 36 0 24 345 51 101
Binary 10000010 10001111 11001011 100100 11110 0 10100 11100101 101001 1000001

Color Harmonies of #828FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FCB

Black with #828FCB

Text Example


Text Example

White with #828FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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