Html Css Color HEX #838DED Portage

📋 copy color: '#838DED'

red 131 ◦ green 141 ◦ blue 237

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

Shades of Portage #838DED

Tints of Portage #838DED

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.7%

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 25.74%
G = 27.7%
B = 46.56%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#838DED (or 0x838DED) is known color: Portage. HEX triplet: 83, 8D and ED. RGB value is (131,141,237). Sum of RGB (Red+Green+Blue) = 131+141+237=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #838DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838DED is #7C7212. Grayscale: #949494. Windows color (decimal): -8155667 or 15568259. OLE color: 15568259.

HSL color Cylindrical-coordinate representation of color #838DED: hue angle of 234.34º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #838DED is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 141 237 -
CMYK 0.45 0.41 0 0.07
HSL 234.34º 0.75% 0.72% -
HSV(B) 234.34º 0.45% 0.93% -
XYZ 34.17 29.99 84.11 -
YUV 148.95 177.69 115.19 -
System Red Green Blue C M Y K H S L
Decimal 131 141 237 0.45 0.41 0 0.07 234.34 0.75 0.72
Hex 83 8D ED 2D 29 0 7 EA 4B 48
Octal 203 215 355 55 51 0 7 352 113 110
Binary 10000011 10001101 11101101 101101 101001 0 111 11101010 1001011 1001000

Color Harmonies of #838DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DED

Black with #838DED

Text Example


Text Example

White with #838DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,141,237); }

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

background-color css

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

 a { background-color: rgb(131,141,237); }

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

border-color css

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

 span { border-color: rgb(131,141,237); }

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