Html Css Color HEX #838FDF Portage

📋 copy color: '#838FDF'

red 131 ◦ green 143 ◦ blue 223

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

Shades of Portage #838FDF

Tints of Portage #838FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 26.36%
G = 28.77%
B = 44.87%

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

#838FDF (or 0x838FDF) is known color: Portage. HEX triplet: 83, 8F and DF. RGB value is (131,143,223). Sum of RGB (Red+Green+Blue) = 131+143+223=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #838FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FDF is #7C7020. Grayscale: #949494. Windows color (decimal): -8155169 or 14651267. OLE color: 14651267.

HSL color Cylindrical-coordinate representation of color #838FDF: hue angle of 232.17º degrees, saturation: 0.59, 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 #838FDF is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 143 223 -
CMYK 0.41 0.36 0 0.13
HSL 232.17º 0.59% 0.69% -
HSV(B) 232.17º 0.41% 0.87% -
XYZ 32.5 29.8 73.85 -
YUV 148.53 170.02 115.5 -
System Red Green Blue C M Y K H S L
Decimal 131 143 223 0.41 0.36 0 0.13 232.17 0.59 0.69
Hex 83 8F DF 29 24 0 D E8 3B 45
Octal 203 217 337 51 44 0 15 350 73 105
Binary 10000011 10001111 11011111 101001 100100 0 1101 11101000 111011 1000101

Color Harmonies of #838FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FDF

Black with #838FDF

Text Example


Text Example

White with #838FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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