Html Css Color HEX #838CDC Portage

📋 copy color: '#838CDC'

red 131 ◦ green 140 ◦ blue 220

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

Shades of Portage #838CDC

Tints of Portage #838CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 26.68%
G = 28.51%
B = 44.81%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#838CDC (or 0x838CDC) is known color: Portage. HEX triplet: 83, 8C and DC. RGB value is (131,140,220). Sum of RGB (Red+Green+Blue) = 131+140+220=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #838CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838CDC is #7C7323. Grayscale: #929292. Windows color (decimal): -8155940 or 14453891. OLE color: 14453891.

HSL color Cylindrical-coordinate representation of color #838CDC: hue angle of 233.93º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838CDC is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 140 220 -
CMYK 0.40 0.36 0 0.14
HSL 233.93º 0.56% 0.69% -
HSV(B) 233.93º 0.4% 0.86% -
XYZ 31.66 28.75 71.59 -
YUV 146.43 169.52 117 -
System Red Green Blue C M Y K H S L
Decimal 131 140 220 0.40 0.36 0 0.14 233.93 0.56 0.69
Hex 83 8C DC 28 24 0 E EA 38 45
Octal 203 214 334 50 44 0 16 352 70 105
Binary 10000011 10001100 11011100 101000 100100 0 1110 11101010 111000 1000101

Color Harmonies of #838CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838CDC

Black with #838CDC

Text Example


Text Example

White with #838CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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