Html Css Color HEX #838EED Portage

📋 copy color: '#838EED'

red 131 ◦ green 142 ◦ blue 237

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

Shades of Portage #838EED

Tints of Portage #838EED

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.84%

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

R = 25.69%
G = 27.84%
B = 46.47%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#838EED (or 0x838EED) is known color: Portage. HEX triplet: 83, 8E and ED. RGB value is (131,142,237). Sum of RGB (Red+Green+Blue) = 131+142+237=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #838EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838EED is #7C7112. Grayscale: #959595. Windows color (decimal): -8155411 or 15568515. OLE color: 15568515.

HSL color Cylindrical-coordinate representation of color #838EED: hue angle of 233.77º 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 #838EED is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 142 237 -
CMYK 0.45 0.40 0 0.07
HSL 233.77º 0.75% 0.72% -
HSV(B) 233.77º 0.45% 0.93% -
XYZ 34.32 30.29 84.16 -
YUV 149.54 177.36 114.78 -
System Red Green Blue C M Y K H S L
Decimal 131 142 237 0.45 0.40 0 0.07 233.77 0.75 0.72
Hex 83 8E ED 2D 28 0 7 EA 4B 48
Octal 203 216 355 55 50 0 7 352 113 110
Binary 10000011 10001110 11101101 101101 101000 0 111 11101010 1001011 1001000

Color Harmonies of #838EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EED

Black with #838EED

Text Example


Text Example

White with #838EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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