Html Css Color HEX #8388CF Portage

📋 copy color: '#8388CF'

red 131 ◦ green 136 ◦ blue 207

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

Shades of Portage #8388CF

Tints of Portage #8388CF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.69%

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 27.64%
G = 28.69%
B = 43.67%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8388CF (or 0x8388CF) is known color: Portage. HEX triplet: 83, 88 and CF. RGB value is (131,136,207). Sum of RGB (Red+Green+Blue) = 131+136+207=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #8388CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388CF is #7C7730. Grayscale: #8E8E8E. Windows color (decimal): -8156977 or 13600899. OLE color: 13600899.

HSL color Cylindrical-coordinate representation of color #8388CF: hue angle of 236.05º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8388CF is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 136 207 -
CMYK 0.37 0.34 0 0.19
HSL 236.05º 0.44% 0.66% -
HSV(B) 236.05º 0.37% 0.81% -
XYZ 29.43 26.94 62.68 -
YUV 142.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 131 136 207 0.37 0.34 0 0.19 236.05 0.44 0.66
Hex 83 88 CF 25 22 0 13 EC 2C 42
Octal 203 210 317 45 42 0 23 354 54 102
Binary 10000011 10001000 11001111 100101 100010 0 10011 11101100 101100 1000010

Color Harmonies of #8388CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8388CF

Black with #8388CF

Text Example


Text Example

White with #8388CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8388CF; }

 p { color: rgb(131,136,207); }

 H1.HeaderClassName
 {
   color: #8388CF;
 }
 .AnyTagClassName
 {
   color: #8388CF;
 }
</style>

background-color css

<style>
 a { background-color: #8388CF; }

 a { background-color: rgb(131,136,207); }

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

border-color css

<style>
 span { border-color: #8388CF; }

 span { border-color: rgb(131,136,207); }

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