Html Css Color HEX #838BED Portage

📋 copy color: '#838BED'

red 131 ◦ green 139 ◦ blue 237

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

Shades of Portage #838BED

Tints of Portage #838BED

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.42%

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

R = 25.84%
G = 27.42%
B = 46.75%

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

#838BED (or 0x838BED) is known color: Portage. HEX triplet: 83, 8B and ED. RGB value is (131,139,237). Sum of RGB (Red+Green+Blue) = 131+139+237=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #838BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838BED is #7C7412. Grayscale: #939393. Windows color (decimal): -8156179 or 15567747. OLE color: 15567747.

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

Color convert

RGB 131 139 237 -
CMYK 0.45 0.41 0 0.07
HSL 235.47º 0.75% 0.72% -
HSV(B) 235.47º 0.45% 0.93% -
XYZ 33.88 29.4 84.01 -
YUV 147.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 131 139 237 0.45 0.41 0 0.07 235.47 0.75 0.72
Hex 83 8B ED 2D 29 0 7 EB 4B 48
Octal 203 213 355 55 51 0 7 353 113 110
Binary 10000011 10001011 11101101 101101 101001 0 111 11101011 1001011 1001000

Color Harmonies of #838BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BED

Black with #838BED

Text Example


Text Example

White with #838BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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