Html Css Color HEX #838FDE Portage

📋 copy color: '#838FDE'

red 131 ◦ green 143 ◦ blue 222

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

Shades of Portage #838FDE

Tints of Portage #838FDE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.83%

 BLUE value IS 222 (87.11% from 255) = 44.76%

R = 26.41%
G = 28.83%
B = 44.76%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#838FDE (or 0x838FDE) is known color: Portage. HEX triplet: 83, 8F and DE. RGB value is (131,143,222). Sum of RGB (Red+Green+Blue) = 131+143+222=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #838FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FDE is #7C7021. Grayscale: #949494. Windows color (decimal): -8155170 or 14585731. OLE color: 14585731.

HSL color Cylindrical-coordinate representation of color #838FDE: hue angle of 232.09º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #838FDE is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 143 222 -
CMYK 0.41 0.36 0 0.13
HSL 232.09º 0.58% 0.69% -
HSV(B) 232.09º 0.41% 0.87% -
XYZ 32.37 29.74 73.14 -
YUV 148.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 131 143 222 0.41 0.36 0 0.13 232.09 0.58 0.69
Hex 83 8F DE 29 24 0 D E8 3A 45
Octal 203 217 336 51 44 0 15 350 72 105
Binary 10000011 10001111 11011110 101001 100100 0 1101 11101000 111010 1000101

Color Harmonies of #838FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FDE

Black with #838FDE

Text Example


Text Example

White with #838FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,143,222); }

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

background-color css

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

 a { background-color: rgb(131,143,222); }

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

border-color css

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

 span { border-color: rgb(131,143,222); }

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