Html Css Color HEX #838CCD Portage

📋 copy color: '#838CCD'

red 131 ◦ green 140 ◦ blue 205

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

Shades of Portage #838CCD

Tints of Portage #838CCD

RGB

 RED value IS 131 (51.56% from 255) = 27.52%

 GREEN value IS 140 (55.08% from 255) = 29.41%

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 27.52%
G = 29.41%
B = 43.07%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#838CCD (or 0x838CCD) is known color: Portage. HEX triplet: 83, 8C and CD. RGB value is (131,140,205). Sum of RGB (Red+Green+Blue) = 131+140+205=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #838CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838CCD is #7C7332. Grayscale: #909090. Windows color (decimal): -8155955 or 13470851. OLE color: 13470851.

HSL color Cylindrical-coordinate representation of color #838CCD: hue angle of 232.7º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #838CCD is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 140 205 -
CMYK 0.36 0.32 0 0.20
HSL 232.7º 0.43% 0.66% -
HSV(B) 232.7º 0.36% 0.8% -
XYZ 29.76 27.99 61.59 -
YUV 144.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 131 140 205 0.36 0.32 0 0.20 232.7 0.43 0.66
Hex 83 8C CD 24 20 0 14 E9 2B 42
Octal 203 214 315 44 40 0 24 351 53 102
Binary 10000011 10001100 11001101 100100 100000 0 10100 11101001 101011 1000010

Color Harmonies of #838CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838CCD

Black with #838CCD

Text Example


Text Example

White with #838CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838CCD; }

 p { color: rgb(131,140,205); }

 H1.HeaderClassName
 {
   color: #838CCD;
 }
 .AnyTagClassName
 {
   color: #838CCD;
 }
</style>

background-color css

<style>
 a { background-color: #838CCD; }

 a { background-color: rgb(131,140,205); }

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

border-color css

<style>
 span { border-color: #838CCD; }

 span { border-color: rgb(131,140,205); }

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