Html Css Color HEX #8C93FC Portage

📋 copy color: '#8C93FC'

red 140 ◦ green 147 ◦ blue 252

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

Shades of Portage #8C93FC

Tints of Portage #8C93FC

RGB

 RED value IS 140 (55.08% from 255) = 25.97%

 GREEN value IS 147 (57.81% from 255) = 27.27%

 BLUE value IS 252 (98.83% from 255) = 46.75%

R = 25.97%
G = 27.27%
B = 46.75%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C93FC (or 0x8C93FC) is known color: Portage. HEX triplet: 8C, 93 and FC. RGB value is (140,147,252). Sum of RGB (Red+Green+Blue) = 140+147+252=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C93FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C93FC is #736C03. Grayscale: #9C9C9C. Windows color (decimal): -7564292 or 16552844. OLE color: 16552844.

HSL color Cylindrical-coordinate representation of color #8C93FC: hue angle of 236.25º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C93FC is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 147 252 -
CMYK 0.44 0.42 0 0.01
HSL 236.25º 0.95% 0.77% -
HSV(B) 236.25º 0.44% 0.99% -
XYZ 38.82 33.47 96.51 -
YUV 156.88 181.68 115.96 -
System Red Green Blue C M Y K H S L
Decimal 140 147 252 0.44 0.42 0 0.01 236.25 0.95 0.77
Hex 8C 93 FC 2C 2A 0 1 EC 5F 4D
Octal 214 223 374 54 52 0 1 354 137 115
Binary 10001100 10010011 11111100 101100 101010 0 1 11101100 1011111 1001101

Color Harmonies of #8C93FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C93FC

Black with #8C93FC

Text Example


Text Example

White with #8C93FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C93FC; }

 p { color: rgb(140,147,252); }

 H1.HeaderClassName
 {
   color: #8C93FC;
 }
 .AnyTagClassName
 {
   color: #8C93FC;
 }
</style>

background-color css

<style>
 a { background-color: #8C93FC; }

 a { background-color: rgb(140,147,252); }

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

border-color css

<style>
 span { border-color: #8C93FC; }

 span { border-color: rgb(140,147,252); }

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