Html Css Color HEX #838ECB Portage

📋 copy color: '#838ECB'

red 131 ◦ green 142 ◦ blue 203

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

Shades of Portage #838ECB

Tints of Portage #838ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 27.52%
G = 29.83%
B = 42.65%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#838ECB (or 0x838ECB) is known color: Portage. HEX triplet: 83, 8E and CB. RGB value is (131,142,203). Sum of RGB (Red+Green+Blue) = 131+142+203=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #838ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ECB is #7C7134. Grayscale: #919191. Windows color (decimal): -8155445 or 13340291. OLE color: 13340291.

HSL color Cylindrical-coordinate representation of color #838ECB: hue angle of 230.83º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #838ECB is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 142 203 -
CMYK 0.35 0.30 0 0.20
HSL 230.83º 0.41% 0.65% -
HSV(B) 230.83º 0.35% 0.8% -
XYZ 29.81 28.48 60.43 -
YUV 145.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 131 142 203 0.35 0.30 0 0.20 230.83 0.41 0.65
Hex 83 8E CB 23 1E 0 14 E7 29 41
Octal 203 216 313 43 36 0 24 347 51 101
Binary 10000011 10001110 11001011 100011 11110 0 10100 11100111 101001 1000001

Color Harmonies of #838ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838ECB

Black with #838ECB

Text Example


Text Example

White with #838ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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