Html Css Color HEX #838FF9 Portage

📋 copy color: '#838FF9'

red 131 ◦ green 143 ◦ blue 249

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

Shades of Portage #838FF9

Tints of Portage #838FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.61%

R = 25.05%
G = 27.34%
B = 47.61%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#838FF9 (or 0x838FF9) is known color: Portage. HEX triplet: 83, 8F and F9. RGB value is (131,143,249). Sum of RGB (Red+Green+Blue) = 131+143+249=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #838FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838FF9 is #7C7006. Grayscale: #979797. Windows color (decimal): -8155143 or 16355203. OLE color: 16355203.

HSL color Cylindrical-coordinate representation of color #838FF9: hue angle of 233.9º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #838FF9 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 143 249 -
CMYK 0.47 0.43 0 0.02
HSL 233.9º 0.91% 0.75% -
HSV(B) 233.9º 0.47% 0.98% -
XYZ 36.28 31.31 93.75 -
YUV 151.5 183.02 113.38 -
System Red Green Blue C M Y K H S L
Decimal 131 143 249 0.47 0.43 0 0.02 233.9 0.91 0.75
Hex 83 8F F9 2F 2B 0 2 EA 5B 4B
Octal 203 217 371 57 53 0 2 352 133 113
Binary 10000011 10001111 11111001 101111 101011 0 10 11101010 1011011 1001011

Color Harmonies of #838FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FF9

Black with #838FF9

Text Example


Text Example

White with #838FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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