Html Css Color HEX #838FF8 Portage

📋 copy color: '#838FF8'

red 131 ◦ green 143 ◦ blue 248

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

Shades of Portage #838FF8

Tints of Portage #838FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.51%

R = 25.1%
G = 27.39%
B = 47.51%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#838FF8 (or 0x838FF8) is known color: Portage. HEX triplet: 83, 8F and F8. RGB value is (131,143,248). Sum of RGB (Red+Green+Blue) = 131+143+248=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 248 (97.27% from 255 or 47.51% from 522); Max value from RGB is 248 - color contains mainly: blue. Hex color #838FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838FF8 is #7C7007. Grayscale: #969696. Windows color (decimal): -8155144 or 16289667. OLE color: 16289667.

HSL color Cylindrical-coordinate representation of color #838FF8: hue angle of 233.85º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #838FF8 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 143 248 -
CMYK 0.47 0.42 0 0.03
HSL 233.85º 0.89% 0.74% -
HSV(B) 233.85º 0.47% 0.97% -
XYZ 36.13 31.25 92.93 -
YUV 151.38 182.52 113.46 -
System Red Green Blue C M Y K H S L
Decimal 131 143 248 0.47 0.42 0 0.03 233.85 0.89 0.74
Hex 83 8F F8 2F 2A 0 3 EA 59 4A
Octal 203 217 370 57 52 0 3 352 131 112
Binary 10000011 10001111 11111000 101111 101010 0 11 11101010 1011001 1001010

Color Harmonies of #838FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FF8

Black with #838FF8

Text Example


Text Example

White with #838FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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