Html Css Color HEX #838CD5 Portage

📋 copy color: '#838CD5'

red 131 ◦ green 140 ◦ blue 213

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

Shades of Portage #838CD5

Tints of Portage #838CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 27.07%
G = 28.93%
B = 44.01%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#838CD5 (or 0x838CD5) is known color: Portage. HEX triplet: 83, 8C and D5. RGB value is (131,140,213). Sum of RGB (Red+Green+Blue) = 131+140+213=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #838CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838CD5 is #7C732A. Grayscale: #919191. Windows color (decimal): -8155947 or 13995139. OLE color: 13995139.

HSL color Cylindrical-coordinate representation of color #838CD5: hue angle of 233.41º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #838CD5 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 140 213 -
CMYK 0.38 0.34 0 0.16
HSL 233.41º 0.49% 0.67% -
HSV(B) 233.41º 0.38% 0.84% -
XYZ 30.75 28.39 66.81 -
YUV 145.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 131 140 213 0.38 0.34 0 0.16 233.41 0.49 0.67
Hex 83 8C D5 26 22 0 10 E9 31 43
Octal 203 214 325 46 42 0 20 351 61 103
Binary 10000011 10001100 11010101 100110 100010 0 10000 11101001 110001 1000011

Color Harmonies of #838CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838CD5

Black with #838CD5

Text Example


Text Example

White with #838CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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